- Follow the instructions on this Installing Git guide to install Git on your system.
- Fork the project into your account and clone it locally
# Get the latest snapshot
git clone https://github.com/vinaypuppal/linklet-app linklet
# Change directory
cd linklet
- Install dependencies using
npm install
- Create a branch specific to the issue or feature
- Start the dev server using
npm run dev
- Make some changes to the code, add them to the staging area and commit them
- Squash your commits
- Submit a pull request