Sports stats and music encyclopedias — MLB, NHL, NFL, NBA, USPBL, GBV, AmRep, and Revelation Records.
Live site: https://majorleaguenumbers.com/
npm install
npm run devThe dev server runs at http://localhost:3000.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Production build |
npm start |
Run production server |
npm run lint |
Run ESLint |
npm run typecheck |
Run TypeScript validation |
npm test |
Run unit tests (Vitest) |
npm run test:watch |
Run tests in watch mode |
npm run test:e2e |
Run Playwright end-to-end tests |
npm run predeploy |
Pre-deployment gate: typecheck, lint, test, build, e2e |