roc/www
2023-11-02 22:54:37 -04:00
..
generate_tutorial Fix some HTML validation errors 2023-11-02 21:17:16 -04:00
public Drop Merriweather and Permanent Marker 2023-11-02 22:54:37 -04:00
wip_new_website Drop Merriweather and Permanent Marker 2023-11-02 22:54:37 -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 Fix some HTML validation problems and a CSP issue 2023-11-02 21:07:43 -04: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.