Some info about standards
Go to file
2024-03-22 20:06:27 +00:00
readme.md Add readme.md 2024-03-22 20:06:27 +00:00

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