roc/www
2023-11-15 19:28:06 -05:00
..
generate_tutorial add examples to WIP site 2023-11-03 16:37:52 +11:00
public Fix styling inconsistency between Chrome and FF 2023-11-04 22:07:22 -04:00
wip_new_website Update /fast based on most recent developments 2023-11-15 19:28:06 -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 add examples to WIP site 2023-11-03 16:37:52 +11:00
netlify.sh update llvm and zig version in all locations 2023-10-23 13:50:32 -07:00
netlify.toml Move CSP to just /packages/ 2023-11-10 20:18:13 -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.