Take control of your online identity.
Please first make sure that you have these environment variables
DATABASE_URL='PlanetScale database url'
NEXT_PUBLIC_WEB3_KEY='web3.storage ApiKey'
NEXT_PUBLIC_ROOT_URL=http://localhost:3000
NEXT_PUBLIC_SOLANA_ENDPOINT=https://api.devnet.solana.com
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev