Update README.md

This commit is contained in:
Nicco
2019-05-23 13:08:14 +02:00
committed by GitHub
parent 649997c1fb
commit 595bb531d1

View File

@@ -3,18 +3,21 @@
## development 🛠 ## development 🛠
```bash ```bash
// Clone // clone
git clone https://github.com/CupCakeArmy/obolus.git git clone https://github.com/CupCakeArmy/obolus.git
cd obolus cd obolus
// Local // local
npm run dev:local npm run dev:local
// With docker // or with docker
npm run dev:docker npm run dev:docker
// -> http://localhost 🚀
``` ```
### notes 🗒 ### 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. - 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. - 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.