From 13deb55e356c5fe738f3c464dec31c6f70f786d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 21 Jan 2020 10:09:08 +0100 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 8bd1fc1..4fb504d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,32 @@ # vinlattis [![Build Status](https://drone.kevinmidboe.com/api/badges/KevinMidboe/vinlottis/status.svg)](https://drone.kevinmidboe.com/KevinMidboe/vinlottis) + +Prerequisits + +``` +mongodb +nodejs +npm +``` + + +### Run dev + +Since the backend and API runs separate from the Vue-on-save-compiler, when running the dev-server, the backend needs to be run separate + +``` +$ npm run dev +``` + +``` +$ node server.js +``` + + +### Run prod + +``` +$ npm run build && node server.js +``` +