roc/www/README.md
2022-08-12 15:24:37 -04:00

11 lines
251 B
Markdown

How to update www.roc-lang.org :
- create a new branch, for example `update-www` based on `www`
- pull `main` into `update-www`
- update for example the file `www/public/index.html`
- do a PR against `www`
- check deploy preview
- review and merge