Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 892 Bytes

contributing.md

File metadata and controls

18 lines (15 loc) · 892 Bytes

Contributing to Linklet App

  1. Follow the instructions on this Installing Git guide to install Git on your system.
  2. 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
  1. Install dependencies using npm install
  2. Create a branch specific to the issue or feature
  3. Start the dev server using npm run dev
  4. Make some changes to the code, add them to the staging area and commit them
  5. Squash your commits
  6. Submit a pull request