Add readme.md

This commit is contained in:
Scott Richmond 2024-03-22 20:06:27 +00:00
commit 8730d6c739

11
readme.md Normal file
View File

@ -0,0 +1,11 @@
# 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