From 595bb531d1aeda0ab1d7e936ac835833031344f3 Mon Sep 17 00:00:00 2001 From: Nicco Date: Thu, 23 May 2019 13:08:14 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1d2825..ed5c8d8 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,21 @@ ## development 🛠 ```bash -// Clone +// clone git clone https://github.com/CupCakeArmy/obolus.git cd obolus -// Local +// local npm run dev:local -// With docker +// or with docker npm run dev:docker + +// -> http://localhost 🚀 ``` ### notes 🗒 +- The first run will take 1-2 minutes before you can see anything as modules needs to be installed and the code compiled. - All code is hot-reloaded. - When switching from `local` to `docker` please run `npm run clean` as the `sqlite3` package needs to download the right binaries for the current maschine.