Skip to content

topsinoty/flave

Repository files navigation

Flave

This project belongs to Flave.ee

Getting Started

First, run the development server:

pnpm dev

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

PR Requirements

Before merging, ensure:

  • pnpm lint passes with 0 warnings
  • pnpm test:ci shows 100% test coverage
  • pnpm find-dead finds no unused exports
  • pnpm check-deps reports no unused packages
  • Bundle analyzer shows no duplicates

Contributors