roc/www
Brian Carroll 3867b2da01 www: Change download URL for pre-built web REPL
I'm making changes more frequently to the REPL than we are to the source code.
I want to be able to deploy it from a script rather than opening new GitHub issues,
so I decided to just commit the assets into a branch of a GitHub repo.
The repo was only used as a prototype for the web REPL so I don't use it anymore.
2022-03-04 13:12:56 +00:00
..
public Capitalize DOCTYPE html in index.html 2022-03-03 00:23:19 -05:00
.gitignore Add .gitignore 2021-06-05 19:37:50 -04:00
build.sh www: Change download URL for pre-built web REPL 2022-03-04 13:12:56 +00:00
netlify.sh Make an include_bytes! work on Netlify 2022-02-28 21:16:22 -05:00
netlify.toml Update CSP to allow wasm compilation in web repl 2022-03-03 00:23:19 -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