These instructions will help you set up and run the project on your local machine for development and testing purposes.
Clone the repository:
git clone https://github.com/evanch98/notion-clone-nextjs.git
cd your-repo-name
Install the required dependencies:
npm install
Configure environment variables:
Create a .env.local
file in the project root and set the necessary environment variables.
```
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= CLERK_SECRET_KEY=
EDGE_STORE_ACCESS_KEY= EDGE_STORE_SECRET_KEY=
4. **Run the development server:**
```bash
npm run dev