mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-22 16:16:27 +00:00
384 B
384 B
obolus 💰
development 🛠
// 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
todocker
please runnpm run clean
as thesqlite3
package needs to download the right binaries for the current maschine.