Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 715 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 715 Bytes

GUInvetory

GitHub issues GitHub forks GitHub stars

How to use

Install dependencies

yarn install

Copy dotenv files and fill them with correct data!

cp prisma/.env.example prisma/.env
cp .env.example .env

Run migrations

yarn migrate:up

Start dev server

yarn dev

Start studio (optional)

yarn prisma studio