roc/www/README.md

13 lines
299 B
Markdown
Raw Normal View History

2022-09-08 08:26:48 +03:00
# www.roc-lang.org
To view the website after you've made a change, execute:
```bash
./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.