We would love for you to contribute to Tatsy and help make it even better.
Tatsy follows the Monorepo design managed by Lerna.
you can run tatsy directly from a Git checkout using these steps:
-
Clone from GitHub
$ git clone https://github.com/tsepeti/tatsy.git $ cd tatsy $ yarn -
Install Peer Dependencies
$ yarn install
-
Bootstrap every package with yarn. (Need to execute when new package is included)
$ yarn lerna:bootstrap
-
Link tatsy globally.
$ cd my-project $ yarn add ../tatsy/packages/tatsy
You can send an email to [email protected]