npm install
cp config.json.example config.json
Update the config.json
to include the two API keys for
igdb.com and
wall.alphacoders.
To get the API keys, create accounts and request an API key from them.
npm install
to get the dependenciesnodemon
globall if you haven't already (npm install -g nodemon
)npm run develop
(this will start the server and restart if any changes are detected)