An open API service indexing awesome lists of open source software.

https://github.com/truesparrowsystems/nft-or-not-fe


https://github.com/truesparrowsystems/nft-or-not-fe

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# NFT or Not - Frontend

## Local Setup

``` sh
npm i
```
or
```sh
yarn add
```

## Set environment Variables
At root level create a file with name:
```sh
.env.local
```
Paste this Environment variable in above mentioned file
``` sh
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

``` sh
npm run dev
```
or
```sh
yarn run dev
```