roc/www
2021-08-04 09:01:49 -04:00
..
public Added philly ETE talk to index.html 2021-08-04 14:08:48 +02:00
.gitignore Add .gitignore 2021-06-05 19:37:50 -04:00
build.sh Suppress warnings when generating www.roc-lang.org 2021-06-06 07:43:52 -04:00
netlify.toml Add www.roc-lang.org assets 2021-06-05 19:06:40 -04: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