roc/www
Anton-4 832272dfd7
forgot dollar sign
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-07 10:37:59 +02:00
..
generate_tutorial Fix typo in tutorial.md 2023-06-25 22:09:56 +02:00
public add warning icon 2023-06-25 19:39:52 +02:00
wip_new_website fix java link 2023-07-05 19:11:46 +02: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 forgot dollar sign 2023-07-07 10:37:59 +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 Kevin Gillette: markdown typo fixes 2023-04-10 14:07:03 -06: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. Without nix you can install it with `cargo install simple-http-server`.

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