This repository is part of a tutorial. You can find the tutorial here.
- git
- You'll know you did it right if you can run
git --version
and you see a response likegit version x.x.x
- You'll know you did it right if you can run
- Nodejs
- You'll know you've installed nodejs right if you can run:
node --version
and get an ouput like:vx.x.x
- You'll know you've installed nodejs right if you can run:
- Yarn instead of
npm
- You'll know you've installed yarn right if you can run:
yarn --version
and get an output like:x.x.x
- You might need to install it with
npm
orcorepack
- You'll know you've installed yarn right if you can run:
git clone https://github.com/AAYUSH-GUPTA-coder/nft-gallery-quicknode-tutorial
cd nft-gallery-quicknode-tutorial
yarn install
Create .env file
QUICKNODE_NFT_API_KEY = "enter-api-key"
Run the app on localhost
yarn dev