roc/www/README.md
2022-09-09 01:12:32 -06:00

11 lines
258 B
Markdown

# www.roc-lang.org
## How to update site
- 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