/stalk-git-user

An app to stalk git user.

Primary LanguageJavaScript

forthebadge forthebadge forthebadge

Access Application Here:

https://nameless-springs-59663.herokuapp.com/

Installation Instructions

  • clone or download the repo. into any fresh temporary folder.

  • cd into that root folder you just cloned locally.

  • Open terminal in the current folder and to install all dependencies type

   npm install 
  • Now typing
   npm start 
  • will start a server !

  • For testing run

   npm test 

Contributing

  1. Create your branch: git checkout -b my-new-feature

  2. Commit your changes: git commit -m 'Add some feature'

  3. Push to the branch: git push origin my-new-feature

  4. Send a Pull Request

  5. Enjoy!