watch.devwars.tv portion of the DevWars site, used by both players and viewers during the broadcasts.
- Install Node.js v8.9.x or greater.
- Copy the
.env.example
file to.env
and configure your environment variables. - Generate your Firebase
serviceAccountKey.json
and place it in the./config
directory. - Run
npm run install
to install dependencies. - Run
npm run watch
to continuously build the client and serve the site onhttp://localhost:8000
.
Please run npm run lint
before committing any code to the repository.
- Build the client in production mode with
npm run build
. - Make sure to set the
NODE_ENV
environment variable toproduction
.
Licensed under The MIT License (MIT) - Copyright © 2018 Kim Simonsen.