This is an end to end full stack Notion Clone. Including proper notion-style editor, cover images, nested documents, publishing documents to the public, and real-time database (convex). Authentication handled with clerk.
npm i
# Deployment used by `npx convex dev`
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
EDGE_STORE_ACCESS_KEY=
EDGE_STORE_SECRET_KEY=
npm i
npm run dev