An open API service indexing awesome lists of open source software.

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!

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`