Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 792 Bytes

File metadata and controls

17 lines (11 loc) · 792 Bytes

Basic URL-shortener, trying out the new App Router & RSC Next.JS along with some random other tools (Kysely, Turso, Atlas etc.)

Development

You need to setup Clerk for auth, Atlas for db-migration and Turso for DB connection.

cp .env.example .env.local
pnpm install
pnpm dev

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.