This project uses devbox and direnv to make the install and shell management easier. You can still install the dependencies in devbox.json by hand
- Install Nix
- Install devbox
- Makes nix easier to use in a development context
- Install DirEnv
- Handles the shell configuration of this folder
Then run the following command in the mobtime folder :
direnv allowjust start # Will start process compose with the server, the front and the documentation, access the site at http://localhost:3000
just lint # Will fix all elm conventions errors when possible