Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 550 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 550 Bytes

Scrum Poker

CI

Setup

Make sure to install the dependencies:

pnpm install

Then generate the database:

pnpm generate:db

Development Server

Start the development server on http://localhost:3000:

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview