Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
* Create README.md
  • Loading branch information
mollthecoder authored Jul 25, 2022
1 parent 0875c58 commit 7840167
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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`

0 comments on commit 7840167

Please sign in to comment.