- Node version >= 18.x
- pnpm package manager
- Code editor (Visual Studio Code recommended)
The easiest way to get started is to scaffoled a copy of the repository by using degit.
pnpm dlx degit https://github.com/DorijanH/notion-clone notion-clone
Installing dependencies is done by running the following command
pnpm i
Create a local configuration file .env.local
using the .env.local.example
template
In order for the application to work, both the backend and frontend need to be running in their own terminals:
pnpm dlx convex dev
pnpm dev