Skip to content

aeweda/witty-creatures-3.0

 
 

Repository files navigation

Running the app

# clone the repository
git clone git@github.com:otherplane/witty-creatures-3.0.git

# cd into the cloned repository
cd witty-creatures-3.0

# 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 33.8%
  • Vue 28.5%
  • JavaScript 16.6%
  • Solidity 15.4%
  • SCSS 2.3%
  • Python 1.8%
  • Other 1.6%