Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

otherplane/witty-bufficorns

Repository files navigation

Running the app

# clone the repository
git clone [email protected]:otherplane/witty-bufficorns.git

# cd into the cloned repository
cd witty-bufficorns

# install application dependencies
yarn
lerna bootstrap

# launch development application
docker-compose up
cd packages/ui
yarn dev

Formatter

  • Verify files are correctly formatted with yarn lint
  • Repair lint errors with (this operation modifies your files!) yarn lint!

Test

We use Jest for testing.

# run unit tests
yarn test