An AI native starter kit to build, launch, and scale your next project.
- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env.local
and update the variables.
cp .env.example .env.local
- Start your local db:
pnpm db:start
- Start the development server:
pnpm dev
Licensed under the MIT license.