mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-22 08:06:30 +00:00
api | ||
www | ||
.drone.yml | ||
.gitignore | ||
docker-compose.prod.yml | ||
docker-compose.yml | ||
LICENSE | ||
package.json | ||
README.md |
obolus 💰
development 🛠
// clone
git clone https://github.com/CupCakeArmy/obolus.git
cd obolus
// local
npm run dev:local
// or with docker
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
todocker
please runnpm run clean
as thesqlite3
package needs to download the right binaries for the current maschine.