First, install the dependencies:
bun installThen, run the development server:
bun run devOpen http://localhost:3001 in your browser to see the fullstack application.
- Initialize hooks:
bun run prepare - Format and lint fix:
bun run check
autographa/
├── apps/
│ └── web/ # Fullstack application (React + TanStack Start)
├── packages/
│ ├── api/ # API layer / business logic
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
MIT
