A notion clone created using Next js 13, Convex, Tailwind CSS
Install with npm
npm install
Clone the project
git clone https://github.com/pawan67/buzznote
Go to the project directory
cd buzznote
Install dependencies
npm install
Start the server at port 3000
npm run dev
To Build this project run
npm run build
To start build server
npm run start
For Deploying with vercel
https://docs.convex.dev/production/hosting/vercel
To run this project, you will need to add the following environment variables to your .env file
CONVEX_DEPLOYMENT
NEXT_PUBLIC_CONVEX_URL
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
CLERK_SECRET_KEY
EDGE_STORE_ACCESS_KEY
EDGE_STORE_SECRET_KEY