An open source application built using the new router, server components and everything new in Next.js 13.
This project as an experiment to see how a modern app (with features like authentication, subscriptions, API routes, static pages for docs ...etc) would work in Next.js 13 and server components.
- Install dependencies using pnpm:
bun i
- Copy
.env.example
to.env.local
and update the variables.
cp .env.example .env.local
- Start the development server:
bun dev
Licensed under the MIT license.