roc/www
2022-11-27 00:55:17 -05:00
..
public fix typo 2022-11-26 19:04:48 -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 Make destination dir for basic-cli package 2022-11-27 00:55:17 -05: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 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