mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-03 14:12:53 +00:00
| .. | ||
| generate_tutorial | ||
| public | ||
| .gitignore | ||
| build.sh | ||
| netlify.sh | ||
| netlify.toml | ||
| README.md | ||
www.roc-lang.org
To view the website after you've made a change, execute:
./www/build.sh
cd www/build
simple-http-server --nocache # If you're using the nix flake simple-http-server will already be installed. Withouth nix you can install it with `cargo install simple-http-server`.
Open http://0.0.0.0:8000 in your browser.