roc/www
Jack Kellenberger 2ca076852a
Fixes two typos in index.html
Signed-off-by: Jack Kellenberger <107156696+jmkellenberger@users.noreply.github.com>
2023-01-20 14:47:22 -05:00
..
generate_tutorial link install to github getting-started 2022-12-27 18:23:17 +01:00
public Fixes two typos in index.html 2023-01-20 14:47:22 -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 disable mv 2023-01-17 13:21:31 +01: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 restructuring, cleanup, many minor edits 2022-12-20 20:11:21 +01: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 # If you're using the nix flake simple-http-server will already be installed. Withouth nix you can install it with `cargo install simple-http-server`.

Open http://0.0.0.0:8000 in your browser.