Skip to content

Commit 99a3d1f

Browse files
committed
#2 - Add local installation
1 parent 549d345 commit 99a3d1f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ A nodejs server that recieve files and commit them to github repo
44

55
## Installation
66

7-
Recommended way - `git clone` and deploy with ci system<br />
7+
### Local
8+
9+
1. `npm install`
10+
2. `npm start`
11+
3. `POST` the payload (below) to http//localhost:3000/commit
12+
13+
### Production
14+
Recommended way - `git clone` and deploy with a ci system<br />
815
(such as
916
<a href="https://heroku.com" target="_blank">
1017
<img height="30" valign="middle" src="assets/heroku-logo.svg" alt="heroku" />

0 commit comments

Comments
 (0)