We are committed to providing a friendly, safe and welcoming environment for all. Make sure to take a look at the Code of Conduct!
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