Go to file
cupcakearmy 3e67a42db0 neater deployment file 2019-05-27 20:18:45 +02:00
api shopping list 2019-05-23 16:55:02 +02:00
www service worker 2019-05-27 20:18:26 +02:00
.drone.yml neater deployment file 2019-05-27 20:18:45 +02:00
.gitignore ignore api files 2019-05-25 21:13:37 +02:00
LICENSE Initial commit 2019-05-22 20:22:31 +02:00
README.md Update README.md 2019-05-23 13:22:56 +02:00
docker-compose.prod.yml traeffik 2019-05-23 09:42:46 +02:00
docker-compose.yml expose api for debugging 2019-05-23 16:55:33 +02:00
package.json reduced cleaning 2019-05-27 20:16:26 +02:00

README.md

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