2019-05-27 20:18:45 +02:00
2019-05-23 16:55:02 +02:00
2019-05-27 20:18:26 +02:00
2019-05-27 20:18:45 +02:00
2019-05-25 21:13:37 +02:00
2019-05-23 09:42:46 +02:00
2019-05-23 16:55:33 +02:00
2019-05-22 20:22:31 +02:00
2019-05-27 20:16:26 +02:00
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.
S
Description
No description provided
Readme MIT 282 KiB
Languages
JavaScript 73.5%
TypeScript 25.9%
CSS 0.6%