SecondBrain ETS uses AI to parse ETS course plans and break them down into manageable tasks, helping students stay organized and on track with their studies.
- Bun >= 1.0.0
- Node.js
- Clone the repository
- Install dependencies using Bun (recommended):
bun install
- Set up environment variables :
- By copying
.env.exampleto.env
-
Set up the database:
bun run db:generate bun run db:push
-
Run the development server:
bun dev
Open http://localhost:3000 with your browser to see the result.
bun dev- Start development serverbun build- Build for productionbun start- Start production serverbun lint- Run ESLintbun typecheck- Run TypeScript compiler check