Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikwittern/gravityquest
https://github.com/erikwittern/gravityquest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erikwittern/gravityquest
- Owner: ErikWittern
- License: mit
- Created: 2017-06-26T10:58:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:32:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T01:21:39.361Z (3 months ago)
- Language: JavaScript
- Size: 6.15 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GravityQuest
Escape from space!
## Run the development server:
```npm run dev```
This will run a server so you can run the game in a browser.
Open your browser and enter localhost:1234 into the address bar.
Also this will start a watch process, so you can change the source and the process will recompile and refresh the browser
## Build for deployment:
```npm run build```
This will optimize and minimize the compiled bundle.