This is a stand Next.js 13 project.
pnpm install
cp .env.example .env
NEXT_PUBLIC_BACKEND_BASE
the base url of the backendNEXT_PUBLIC_JWT
the static JWT token to use for authentication with our backendNEXT_PUBLIC_CHAIN_ID
the chain id of the chain we are usingNEXT_PUBLIC_SENDER_PUBLIC_KEY
Used for magic link. This will be created automatically if using common api
Then run:
npm run dev