mirror of
https://github.com/modelec/urlsh-qrcode.git
synced 2026-01-18 16:57:25 +01:00
238 B
238 B
urlsh-api-modelec
To install dependencies:
bun install
fill example.env and rename it to .env
If you want to use database with prisma
bun prisma:migrate:dev
bun dev:db
else
bun dev