https://github.com/codergautam/spicywar.io
A multiplayer game where you try to become the spiciest of them all!
https://github.com/codergautam/spicywar.io
Last synced: 7 months ago
JSON representation
A multiplayer game where you try to become the spiciest of them all!
- Host: GitHub
- URL: https://github.com/codergautam/spicywar.io
- Owner: codergautam
- Created: 2022-06-25T16:47:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T23:54:23.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T00:19:38.295Z (about 3 years ago)
- Language: TypeScript
- Homepage: https://spicywar.codergautam.dev
- Size: 21.9 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spicywar.io
A multiplayer game where you try to become the spiciest of them all!
## Setup & Running
### Debug
#### Building
```sh
npm install --include=dev
npm run build
```
#### Staring
Once the game is built, run `npm start` to execute it.
### Production
#### Building
```sh
npm install --include=dev
npm run prod
```
#### Starting
`npm start`