- Install Node.js and npm
- Install dependencies:
yarn install
- Create config file for local overrides:
cp app-config.yaml app-config.local.yaml
- Build:
yarn build
- Run:
yarn start
Use app-config.yaml
to configure the application.
#todo add ability to override config for local usage.
You can find documentation for developers and contributors in the DEVELOPMENT.md file. You can find documentation for a production deploy in the DEPLOYMENT.md file.