Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 476 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 476 Bytes

NFT or Not - Frontend

Local Setup

npm i

or

yarn add

Set environment Variables

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

To start the Server

npm run dev

or

yarn run dev