# Clone this repository
$ git clone https://github.com/mlacosta/cliparo-template
# Go into the repository
$ cd cliparo-template
# Install dependencies
$ yarn install
# Run a package script
$ yarn workspace @<your-project-name>/<package-name> <your-command>
# Run storybook
$ yarn storybook:run
This repo uses the following open source packages:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/newFeature
) - Commit your Changes (
git commit -m 'Add some newFeature'
) - Push to the Branch (
git push origin feature/newFeature
) - Open a Pull Request