This is a Next.js project.
- Go to Reown Cloud and create a new project.
- Copy your
Project ID
- Rename
.env.example
to.env
and paste yourProject ID
as the value forNEXT_PUBLIC_PROJECT_ID
- Run
pnpm install
to install dependencies - Run
pnpm run dev
to start the development server