Go to file
2019-05-23 13:06:35 +02:00
api build script 2019-05-23 09:36:26 +02:00
www build script 2019-05-23 09:36:26 +02:00
.drone.yml docker-compose restart 2019-05-23 10:22:11 +02:00
.gitignore initial commits 2019-05-22 20:27:49 +02:00
docker-compose.prod.yml traeffik 2019-05-23 09:42:46 +02:00
LICENSE Initial commit 2019-05-22 20:22:31 +02:00
README.md Update README.md 2019-05-23 13:06:35 +02:00

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 to docker please run npm run clean as the sqlite3 package needs to download the right binaries for the current maschine.