roc/www
2022-07-12 22:44:57 +01:00
..
public www: change asset paths to work in prod as well as locally 2022-07-12 22:44:57 +01: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 www: Explicitly list downloaded REPL filenames, to fail build if not found 2022-07-12 08:03:00 +01:00
netlify.sh www: go back to downloading Web REPL from external URL, to avoid Netlify timeout 2022-06-27 08:17:56 +01:00
netlify.toml Update CSP to allow wasm compilation in web repl 2022-03-03 00:23:19 -05:00
README.md Add code blocks to README 2021-08-04 09:01:49 -04:00

How to update www.roc-lang.org :

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