Update README.md
This commit is contained in:
parent
4064be3280
commit
2f3df8dd28
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -1,2 +1,19 @@
|
||||||
# Image Node
|
# Image Node
|
||||||
A light web image uploader
|
A light web image uploader
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
### Dependencies
|
||||||
|
* node.js (10.x)
|
||||||
|
* npm
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/flifloo/image_node.git
|
||||||
|
cd image_node
|
||||||
|
npm install
|
||||||
|
npm start
|
||||||
|
```
|
||||||
|
|
||||||
|
### Environmental variables
|
||||||
|
* `SECRET` The secret for cookies and sessions
|
||||||
|
* `PORT` The port of the web server
|
||||||
|
|
Loading…
Reference in a new issue