Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 767 Bytes

File metadata and controls

25 lines (17 loc) · 767 Bytes

INSTALL

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

Devbox

  • 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 allow

Run

just 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