A learning platform that breaks down complex topics into digestible steps. Learn at your own pace with our adaptive learning system.
- Go to trigger.dev to get the DEVELOPMENT secret key (this is personal) and put it into
TRIGGER_SECRET_KEY
. This should have a format liketr_dev_....
. - Go to neon dashboard to get the DEVELOPMENT database url of your branch and put it into
DATABASE_URL
.
- Run web platform:
bun install
bun dev
- Run background tasks:
bun x trigger.dev dev
- Run migrations (only in a new database)
bun x drizzle-kit migrate