Go to file
2019-05-23 13:26:56 +02:00
api sample config 2019-05-23 13:25:22 +02:00
www dev environment 2019-05-23 13:19:42 +02:00
.drone.yml docker-compose restart 2019-05-23 10:22:11 +02:00
.gitignore ignore runtime files 2019-05-23 13:26:56 +02:00
docker-compose.prod.yml traeffik 2019-05-23 09:42:46 +02:00
docker-compose.yml docker dev environment 2019-05-23 13:25:45 +02:00
LICENSE Initial commit 2019-05-22 20:22:31 +02:00
package.json dev environment 2019-05-23 13:19:42 +02:00
README.md Update README.md 2019-05-23 13:22:56 +02:00

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.