Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 834 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 834 Bytes

Githubify

Place where you can easily manage and organize tags for your Github repositories. You will have ability to set tags for your own repos, forks, repositories that you have been added to as a collaborator and even starred repos!

Image of Githubify

Installation

To install the application you need npm and gulp

  • Clone the repository:

    git clone https://github.com/Sacret/githubify.git
    cd githubify
  • Install npm packages:

    npm install
  • Setup Config:

    cp js/config/Config.example.js js/config/Config.js
  • Put actual firebase path to Config.js

  • Run gulp:

    gulp