updated README.md

This commit is contained in:
Nathan DECHER 2020-04-17 12:08:25 +02:00
parent a34318b4f2
commit 71eace6ad8
1 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,16 @@ A "simple" Snake, done as my final JS class project
- Node.js and npm, both in the PATH
- Node.js 10 and 12 are known to work
- node-gyp and python are required for the database
- (if you have already used native modules, you have them)
## Prod dependencies (direct)
- Node.js and npm, both in the PATH
- Node.js 10 and 12 are known to work
- node-gyp and python are required for the database
- (if you have already used native modules, you have them)
## Prod dependencies (docker)
- Docker
## Running the game (dev)
- `git clone` this repo