This project is a clone project of notion (the productivity app).
Deploy here on vercel.
I did this project by following a youtube tutorial to learn more about best practice in doing project with Nextjs and Clerk+Convex Authentication.
Thanks to - Antonio for providing such a good lesson.
Clone git & install packages
git clone [repo-url]
npm install or yarn add
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
#and
npx convex dev