Skip to content

A simple and lightweight planning poker app built with Remix, utilizing Server-Sent Events (SSE) for real-time updates and SQLite for data storage.

License

Notifications You must be signed in to change notification settings

philipphermes/planning-poker

Repository files navigation

Planning Poker

CI

Setup

Install dependencies

yarn install

Create .env file / Copy over .env.dist

DATABASE_URL="local.db"
SECRET="s3cr3t"

Generate migration

npx drizzle-kit generate

Migrate

npx drizzle-kit migrate

Development

Run the dev server

yarn dev

Drizzle Studio

yarn drizzle-kit studio --port=3000

Testing

Lint

yarn lint

Type check

yarn typecheck

Vitest

yarn vitest run

Playwright

npx playwright test

About

A simple and lightweight planning poker app built with Remix, utilizing Server-Sent Events (SSE) for real-time updates and SQLite for data storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published