mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-22 08:06:30 +00:00
Update README.md
This commit is contained in:
parent
fe8a1c8412
commit
b543475d48
21
README.md
21
README.md
@ -1 +1,20 @@
|
||||
# obolus 💰
|
||||
# 💰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.
|
||||
|
Loading…
Reference in New Issue
Block a user