roc/www
2022-05-17 08:15:13 +01:00
..
public Capitalize DOCTYPE html in index.html 2022-03-03 00:23:19 -05:00
.gitignore Add .gitignore 2021-06-05 19:37:50 -04:00
build.sh Install wasm-opt on Netlify, since wasm-pack fails to do so 2022-05-15 13:45:37 +01:00
netlify.sh Add some CI debug lines 2022-05-17 08:15:13 +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