- Elm
- NGINX
- Docker
If you haven't used Elm before its recommended to go through this guide.
We recommend using the module documentations for development as they are well written and easy to understand.
- Clone repository
- Run
yarn
ornpm install
cp .env.example .env
- Replace values in .env with correct values.
yarn dev
ornpm run dev
to start the dev-server.