The production version of the application is available at https://www.mathmagicians.dk/supercalifragilistic-run/profile/
All communication, feature requests and test results happens trough Github issues. You need to create a GitHub account, to be able to comment.
Setup your terraform workspace, as described in backend project.
We use naming standard dev-{your initials}
# grab local env variables from terraform cloud
$ make .env-local
# install dependencies and run dev server
$ make dev
# lint & fix
$ make lint-fix