https://github.com/ivan-kleshnin/gh-client
https://github.com/ivan-kleshnin/gh-client
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivan-kleshnin/gh-client
- Owner: ivan-kleshnin
- Created: 2015-06-25T10:17:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T16:42:21.000Z (over 10 years ago)
- Last Synced: 2025-02-01T22:12:54.579Z (9 months ago)
- Language: JavaScript
- Size: 371 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-issues
## Install
```
$ wget https://github.com/ivan-kleshnin/git-issues/archive/master.zip; unzip master.zip -d git-issues; rm master.zip
$ cd git-issues
$ npm install; bin/install
```You may want to change `shared/config/*.js` environment-specific settings at this step.
## Dev Run
```
$ npm run dev [terminal #1]
$ npm run nodemon [terminal #2]
```## Prod Run
```
$ npm run build [terminal #1]
$ npm run node [terminal #2]
```