- clone the repo and run
yarn install
in the root directory - cd into
hardhat
directory and runnpm install
- in the
hardhat
directory, runnpx hardhat compile
andnpx hardhat node
- run
npx prisma migrate dev
- config Environment variables
- run
yarn dev
and 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=