Source code for https://gen.codes
# install and setup
yarn setup
# run locally, this can take a long time to boot up
yarn start
# run unit tests
yarn test
# run cypress
yarn cypress
- Update sites/package.json with new version.
- Run
yarn updateCompilerFiles
in the root directory.