obolus/README.md
2019-05-23 13:22:56 +02:00

24 lines
555 B
Markdown

# obolus 💰
## development 🛠
```bash
// clone
git clone https://github.com/CupCakeArmy/obolus.git
cd obolus
// with docker (recommended)
npm run dev:docker
// or locally
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.