diff --git a/README.md b/README.md index 7cd6003..f2d63e4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # Image Node 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