mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
820ed5a7f6
--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>
299 B
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.