This project was created with Better-T-Stack, a modern TypeScript stack.
- TypeScript - For type safety and improved developer experience
- Oxlint - Oxlint + Oxfmt (linting & formatting)
- Turborepo - Optimized monorepo build system
First, install the dependencies:
bun installThen, run the development server:
bun run dev- Run checks:
bun run check
stdout-design/
├── apps/
bun run dev: Start all applications in development modebun run build: Build all applicationsbun run check-types: Check TypeScript types across all appsbun run check: Run Oxlint and Oxfmt