This is a full stack clone of Notion built with React and NextJS. Visit https://notion-clone.tamir.io/ to play around.
- Framework: React, TypeScript, NextJS.
- Styling: TailwindCSS.
- UI Components: Shadcn
- Backend: Convex
- Auth: Clerk
- Image Storage: EdgeStore
- Editor: Block Note
- Clone the repo
- Run
yarn install
- Run
npx cpx convex dev
- Run
yarn dev
This project was built by Tamir. Using CodeWithAntonio's Notion Clone Tutorial as a reference.