gabaldon / wittycorns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running the app

# 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

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

About


Languages

Language:JavaScript 40.9%Language:Solidity 24.8%Language:Vue 17.5%Language:TypeScript 12.2%Language:Python 3.2%Language:HTML 0.7%Language:Shell 0.4%Language:SCSS 0.2%Language:Dockerfile 0.1%Language:CSS 0.0%