0.1.12 • Published 2 years ago
create-hackburger v0.1.12
Hackburger Starter Kit
Starter kit with Next.js 13 + Clerk + Vercel AI
Getting Started
Pre-requisites: Node.js 14+, pnpm, bun
Use
bun create hackburger <appname>This uses Clerk so you will need to create an account and get a Clerk API key.
Go to Clerk and get your key for your instance.
Get your OpenAI API key from OpenAI
Prefer pnpm for this project so run
pnpm iRun
pnpm devto start the dev serverGo to http://localhost:3000 and you should see the app running!
Deploying to Vercel
- Create a new project on Vercel
- Add the Clerk and OpenAI API keys to the project
- Deploy the project
- Go to the project URL and you should see the app running!