A nice friendly home for information about how our various services are progressing.
Requirements:
- Node.js 6+
- yarn 0.22+
Install
yarn install
You'll need to run this command to build any changes to the codebase.
yarn build
yarn start
You can now access http://localhost:3100 for the main app, and http://localhost:3100/display for the TV app
export NODE_ENV=production
yarn run build
yarn start