From b543475d48e99ca0558c0d630912ca2643d8ebcc Mon Sep 17 00:00:00 2001 From: Nicco Date: Thu, 23 May 2019 13:06:03 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8cb060..5930219 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# obolus 💰 \ No newline at end of file +# 💰obolus + +## 🛠development + +```bash +// Clone +git clone https://github.com/CupCakeArmy/obolus.git +cd obolus + +// Local +npm run dev:local + +// With docker +npm run dev:docker +``` + +### 🗒notes + +- 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.