roc/www
2023-10-29 21:56:29 -04:00
..
generate_tutorial Add backpassing heading to tutorial 2023-10-29 21:56:28 -04:00
public Merge pull request #5921 from roc-lang/wasm-repl-crash 2023-10-25 19:22:10 +01:00
wip_new_website Use fancy quote apostrophes 2023-10-29 21:56:29 -04: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 restore WIP css and improve styling 2023-10-19 17:11:45 +11:00
netlify.sh update llvm and zig version in all locations 2023-10-23 13:50:32 -07: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.