npm i
or
yarn add
At root level create a file with name:
.env.local
Paste this Environment variable in above mentioned file
NEXT_PUBLIC_ALCHEMY_API_KEY: Alchemy API key
NEXT_PUBLIC_LENS_API_URL: Lens API call
NEXT_PUBLIC_API_BASE_URL: API base url
NEXT_PUBLIC_WEB_BASE_URL: Web base url
npm run dev
or
yarn run dev