mirror of
https://github.com/cupcakearmy/obolus.git
synced 2025-12-07 15:34:59 +00:00
master
obolus 💰
development 🛠
// 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
localtodockerplease runnpm run cleanas thesqlite3package needs to download the right binaries for the current maschine.
Languages
JavaScript
73.5%
TypeScript
25.9%
CSS
0.6%