Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 318 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 318 Bytes

Planning Poker

Getting Started

install dependencies

bun i

generate db and migration

bun drizzle-kit generate

migrate

bun drizzle-kit migrate

start dev server

bun dev

Open http://localhost:3000 with your browser to see the result.