Portfolio Website
Run the following commands from the root folder:
Install dependencies
yarn install
Start the react app
yarn start
To deploy to staging, make a pull request to staging
branch
To deploy to master, make a pull request to master
branch
Commits are done using:
yarn commit
To tag a new version, run:
yarn new-version