AntonioErdeljac / notion-clone-tutorial
- Π²ΠΎΡΠΊΡΠ΅ΡΠ΅Π½ΡΠ΅, 15 ΠΎΠΊΡΡΠ±ΡΡ 2023β―Π³. Π² 00:00:04
This is a repository for Fullstack Notion Clone: Next.js 13, React, Convex, Tailwind | Full Course 2023
Key Features:
Node version 18.x.x
git clone https://github.com/AntonioErdeljac/notion-clone-tutorial.git
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=
npx convex dev
npm run dev