mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-05 01:58:58 +03:00
9f6a92908a
lighten bg color for site |
||
---|---|---|
.. | ||
generate_tutorial | ||
public | ||
wip_new_website | ||
.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 --index # already installed if you're using `nix develop`, otherwise use `cargo install simple-http-server`
Open http://0.0.0.0:8000 in your browser.