Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 388 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 388 Bytes

🚀 Getting started

1. Clone repository and install dependencies

git clone https://github.com/beer-building/gym-mate.git
cd gym-mate
pnpm i

2. Generate prisma types

pnpm prisma generate

3. Start docker

docker-compose up --build

3. Create seed data

npx prisma db seed

4. Start all services in dev mode

pnpm dev