Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 283 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 283 Bytes

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