-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# Pac Macro Mapview | ||
|
||
Website to display the Pac Macro players' locations. | ||
Web application to display the Pac Macro game. | ||
|
||
The web application is **not yet available** as a website due to issues with HTTP content served over an HTTPS connection. | ||
|
||
To run the web application, download the project and open `index.html` in a browser. An [Electron](https://electronjs.org) application is also available as an option - [download the correct executable for your operating system](https://github.com/pacmacro/pacmacro.github.io/releases). | ||
|
||
![Screenshot](readme-img/screenshot.png) | ||
|
||
## Electron Setup | ||
|
||
To start the Electron application locally from the project files, install Electron as a development dependency in the project: | ||
``` | ||
npm install --save-dev electron | ||
``` | ||
|
||
Then start the application: | ||
``` | ||
npm start | ||
``` | ||
|
||
To build the executables, run: | ||
``` | ||
./build/release.py | ||
``` | ||
|
||
The distributables will be in `build/` as zip files. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.