Thanks for wanting to contribute! We're currently trying to figure most things out before starting the real work, so follow the Issues and let us know if you want a framework to be included!
The site is in the site
folder. It is deployed via Github Pages, and new changes can be deployed with PRs.
- Run
npm run build
in thesite
directory git checkout -B gh-pages
git add -f build
git commit -m "Rebuild website"
git push origin :gh-pages
- Go back to the root directory and run
git subtree push --prefix site/build origin gh-pages
- Run
git checkout -
Done!