List the issues in your repository by you description.
-
Install from npm
cd /Issues-Management/ npm install
-
Add config.json, if you are a Enterprise user
echo "{ "apiurl":"api.github.com" }" > config.json
if you should use a GitHub Enterprise instance
{ "apiurl":"mydomain.com/api/v3" }
-
Start Server
cd /Issues-Management/bin node www
-
Open the browser
input localhost:3000