# clone the repository
git clone git@github.com:otherplane/wittycorns.git
# cd into the cloned repository
cd wittycorns
# install application dependencies
yarn
lerna bootstrap
# launch development application
docker-compose up
cd packages/ui
yarn dev
- Verify files are correctly formatted with
yarn lint
- Repair lint errors with (this operation modifies your files!)
yarn lint!
We use Jest for testing.
# run unit tests
yarn test