A dashboard for the status of your builds in CircleCI
$ yarn install --production
$ yarn build
$ yarn start:prod
$ yarn install
$ yarn start
See DOCKER.md.
This project uses razzle, which means it uses its awesome tooling around .env files. Here's the latest documentation on the environment variables supported via razzle.
CIRCLE_CI_TOKEN - a string that is used to talk to your personal circleci to get a list of projects you follow and see their build statuses.
CIRCLE_ORG_NAME - name of your organistation in circle HTTP_AUTH_USERNAME - http auth username HTTP_AUTH_PASSWORD - http auth password