A re-creation of the Twitter like heart
yarn
is required to run and build this project
- Setup the repo
git clone https://github.com/lewisjfoster/twitter-heart.git
cd twitter-heart
yarn install
- To start a development server
yarn start
- To build for production
yarn build
Versioning and the CHANGELOG are handled by a GitHub action using Conventional Changelog Action. Commitlint is in place to enforce conventional commit messages which are then used for versioning.
Lewis Foster - GitHub