roc/www/README.md
Anton-4 820ed5a7f6
added http-server arg
--index makes it so that you don't need to go explicitly to /index.html


Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-08 13:56:02 +02:00

299 B

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.