roc/www
2022-02-10 16:35:11 -05:00
..
public Merge branch 'trunk' of github.com:rtfeldman/roc into docs_markup 2021-10-05 11:58:45 +02:00
.gitignore Add .gitignore 2021-06-05 19:37:50 -04:00
build.sh Comment out a bunch of stuff in build.sh to fix it for now. 2022-02-10 16:35:11 -05: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