roc/www
2022-10-10 11:32:40 -04:00
..
public Call out closures as being notably performant 2022-10-10 11:32:40 -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 Move Roc CLI testing examples to crates/ 2022-09-11 22:32:15 -06:00
netlify.sh use most compatible bash shebang 2022-08-12 11:45:02 +02:00
netlify.toml Set cache-control headers on Netlify 2022-09-01 14:24:40 -04:00
README.md Add missing h1s 2022-09-09 01:12:32 -06:00

www.roc-lang.org

How to update site

  • create a new branch, for example update-www based on www
  • pull main into update-www
  • update for example the file www/public/index.html
  • do a PR against www
  • check deploy preview
  • review and merge