Automatic block stacking using logic.
It is developed primarily with React, and Cosmos!
Visit the site.
- Yarn Package Manager
- AWS CLI (only required for deployment)
yarn
This command will download the required dependencies for the project.
yarn start
This command will build and serve a local copy of the website.
yarn cosmos
This command runs Cosmos, the tool used for isolated component development.
yarn test
This command aliases [jest][Jest], the tool used for testing component behaviours.
yarn deploy
This command will run the tests; build the app; and upload the new build to AWS S3.
(This command requires the AWS CLI tool to be installed and configured correctly.)