obolus/README.md

21 lines
384 B
Markdown
Raw Normal View History

2019-05-23 11:06:35 +00:00
# obolus 💰
2019-05-23 11:06:03 +00:00
2019-05-23 11:06:35 +00:00
## development 🛠
2019-05-23 11:06:03 +00:00
```bash
// Clone
git clone https://github.com/CupCakeArmy/obolus.git
cd obolus
// Local
npm run dev:local
// With docker
npm run dev:docker
```
2019-05-23 11:06:35 +00:00
### notes 🗒
2019-05-23 11:06:03 +00:00
- 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.