Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 621 Bytes

File metadata and controls

21 lines (13 loc) · 621 Bytes

Contributing

Code of Conduct

We are committed to providing a friendly, safe and welcoming environment for all. Make sure to take a look at the Code of Conduct!

Tips

AGENTS.md is the place to find common commands and useful info. Handy for humans and AI agents.

How to generate docs?

You can generate the documentation locally and then start a web server to host your files.

roc docs src/main.roc
cd generated-docs
simple-http-server --nocache --index # comes pre-installed if you use `nix develop`, otherwise use `cargo install simple-http-server`.

Open http://0.0.0.0:8000 in your browser