A Next.js 15+ TypeScript project for a doujin circle website with App Router, featuring books, galleries, and item listings.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Start production server
npm start
# Run tests once
npm test
# Run tests in watch mode
npm run test:watch
# Run tests with coverage
npm run test:coverage
# Run tests with UI
npm run test:ui
# Run linter
npm run lint
# Format code
npm run format