https://github.com/truesparrowsystems/nft-or-not-fe
https://github.com/truesparrowsystems/nft-or-not-fe
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/truesparrowsystems/nft-or-not-fe
- Owner: TrueSparrowSystems
- License: mit
- Created: 2022-12-02T17:43:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T08:41:47.000Z (over 1 year ago)
- Last Synced: 2025-01-02T08:19:41.629Z (4 months ago)
- Language: JavaScript
- Size: 12.1 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```