roc/www/README.md
2021-08-04 09:01:49 -04:00

11 lines
252 B
Markdown

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