Getting Started First, create .env and build following settings.. # mongoURI= # MORALIS_API_KEY= # NEXT_URL=http://localhost:3000/ # AUTH_SECRET= # APP_DOMAIN= Second, run the development server: npm run dev # or yarn dev # or pnpm dev # or bun dev