roc/www
2022-03-02 18:45:55 -05:00
..
public Make a change to index.html so Netlify redeploys 2022-03-02 18:43:59 -05:00
.gitignore Add .gitignore 2021-06-05 19:37:50 -04:00
build.sh Have web repl use /repl as its URL root 2022-03-02 18:34:47 -05:00
netlify.sh Make an include_bytes! work on Netlify 2022-02-28 21:16:22 -05:00
netlify.toml Tell Netlify to always build on push 2022-03-02 18:45:55 -05: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