The frontend is built on top of React and Blockly. It will be deployed in the cloud and distributed with a CDN.
The backend is built on top of a headless CMS. It will be deployed in the cloud and utilize various services.
This project's dependencies are managed through yarn The following are the available scripts we can use with the client and server:
Coming soon...
Ideally, we want our flow to resemble this. Master and develop are locked for direct commits. All commits must be made to a non-protected branch and submitted via a pull request with one approving review.
master
- Deployed version of the applicationdevelop
- Working version of the applicationfeature/<scaffold>-<feature-name>
- Based off of develop- ex.
feature/server-strapi
- ex.
hotfix/<scaffold>-<fix-name>
- Based off of master- ex. hotfix/client-cors
Before submitting a pull request, merge the target branch into the working branch to resolve any merge conflicts. Include a description of the changes made.