# Just Every Ludus project should have a justfile. Please use the following commands: * `build` to build the project * `repl` to open a repl in the project environment * `eval` to send text to the repl * `restart` to restart a repl * `deploy` to upload a project to its web * `test` to run all the tests in a project * `format` to run a code formatter on things