roc/www
2023-09-18 16:25:37 -05:00
..
generate_tutorial Remove the whole #var1 thing 2023-09-17 06:31:51 -04:00
public Fix a dark mode contrast issue 2023-09-18 16:25:37 -05:00
wip_new_website Fix favicon on Safari 2023-09-18 15:26:09 -05:00
.gitignore Move web REPL assets into www folder and build script into repl_wasm crate 2022-07-09 10:02:24 +01:00
build.sh use basic-cli main branch again 2023-08-12 17:34:44 +02:00
netlify.sh moved benchmarks to nix 2022-10-17 17:40:35 +02:00
netlify.toml Minify favicon 2022-11-19 05:50:19 -05:00
README.md added http-server arg 2023-07-08 13:56:02 +02:00

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.