- clone the repo and run
yarn installin the root directory - cd into
hardhatdirectory and runnpm install - in the
hardhatdirectory, runnpx hardhat compileandnpx hardhat node - run
npx prisma migrate dev - config Environment variables
- run
yarn devand openlocalhost:3000
# When adding additional env variables, the schema in /env/schema.mjs should be updated accordingly
# Prisma
DATABASE_URL=
# NextAuth
NEXTAUTH_URL=
NEXTAUTH_SECRET=
# Moralis
APP_DOMAIN=
MORALIS_API_KEY=
# Filestack
NEXT_PUBLIC_FILESTACK_API_KEY=