Source for Cashin
- Pocketbase
- Vue3
- TailwindCSS + Flowbite
cashin_pb
: Directory for Pocketbase data and hookscashin_vue
: Directory for Pocketbase frontend written in Vue3
- Place
pocketbase
binary in thecashin_pb
directory - Modify
Makefile.inc.example
and save asMakefile.inc
- Use
make
to setup the dev environment
make pb
make ui
make lint
make fmt
make build
make deploy/srv
make deploy/ui