Thanks for looking here. Contributions are welcome! If you've got any questions when it comes to setup(or the project overall), feel free to open an issue/start a discussion
We're using yarn instead of npm, so make sure you've got it installed.
- Clone the repository
- run
yarn
in the root directory of the project - run
yarn start
to run the project
script | description |
---|---|
yarn run lint |
Lint staged code |
yarn run jest |
Test your code with jest |
yarn run build |
Build the app |
yarn run release |
Release |
To release:
- Checkout a new branch
git checkout -b chore/release
- Run
yarn release
and thenyarn publish
. Push changes. - Merge the release branch