roc/www
2022-08-12 15:28:24 -04:00
..
public Link to roc-lang/roc 2022-08-12 15:28:24 -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 Update Netlify source code download URL 2022-08-12 15:27:24 -04:00
netlify.sh use most compatible bash shebang 2022-08-12 11:45:02 +02:00
netlify.toml Serve AUTHORS from roc-lang/roc repo 2022-06-27 11:26:41 -04:00
README.md s/trunk/main/g 2022-08-12 15:24:37 -04:00

How to update www.roc-lang.org :

  • 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