We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549d345 commit 99a3d1fCopy full SHA for 99a3d1f
1 file changed
README.md
@@ -4,7 +4,14 @@ A nodejs server that recieve files and commit them to github repo
4
5
## Installation
6
7
-Recommended way - `git clone` and deploy with ci system<br />
+### 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 />
15
(such as
16
<a href="https://heroku.com" target="_blank">
17
<img height="30" valign="middle" src="assets/heroku-logo.svg" alt="heroku" />
0 commit comments