A demo project for exploring and testing Readium implementations.
pnpm install
pnpm devOpen http://localhost:3000 to view the application.
pnpm build- TanStack Start - Full-stack React framework
- TanStack Router - Type-safe routing
- React - UI library
- Tailwind CSS - Styling
pnpm dev # Start development server
pnpm build # Build for production
pnpm preview # Preview production build
pnpm test # Run tests with Vitest
pnpm format # Format code with Biome
pnpm lint # Lint code with Biome
pnpm check # Run all Biome checkssrc/
├── components/ # Reusable UI components
├── routes/ # Page routes (file-based routing)
├── lib/ # Utilities and stores
├── router.tsx # Router configuration
├── styles.css # Global styles
└── env.ts # Environment variables