You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/keywrit/KeyWrit-Hub.git
cd KeyWrit-Hub
bun install
Development Commands
bun run dev # Start development server
bun run build # Build for production
bun run preview # Preview production build
bun run test# Run tests (watch mode)
bun run test:run # Run tests once
bun run test:coverage # Run tests with coverage
bun run typecheck # Type check with TypeScript
bun run lint # Run linter and formatter
bun run lint:fix # Auto-fix linting and formatting issues
bun run check # Run all checks (lint + typecheck + tests)