From 2f3df8dd28ab4f3985ef007d0666e71d68f77169 Mon Sep 17 00:00:00 2001 From: Ethanell Date: Mon, 27 Apr 2020 00:06:29 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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