mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-22 16:16:27 +00:00
e09d7fa51c
Bumps [next](https://github.com/zeit/next.js) from 7.0.3 to 9.3.3. - [Release notes](https://github.com/zeit/next.js/releases) - [Commits](https://github.com/zeit/next.js/compare/7.0.3...v9.3.3) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
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
// 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
todocker
please runnpm run clean
as thesqlite3
package needs to download the right binaries for the current maschine.