# Clone this repository
$ git clone --depth 1 --single-branch https://github.com/mlacosta/frontend-monorepo-template your-project-name
# Go into the repository
$ cd your-project-name
# Install dependencies
$ yarn install# Run a package script
$ yarn workspace @<your-project-name>/<package-name> <your-command>
# Run storybook
$ yarn storybook:runThis 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