This repository contains the UI used for my Egghead course on building a NFT ticketing system 🥚 🤓
If you're watching the videos, use the main
branch to follow along. To see the final results, checkout the final
branch.
- Clone the repo to you local system
git clone git@github.com:ryancharris/nftix-demo-ui.git
- Open the directory
cd nftix-demo-ui
- Install the required node modules
yarn install
- Set the value of
REACT_APP_CONTRACT_ID
# .env.development.local
REACT_APP_CONTRACT_ID=0x1234567890
- Start the development server
yarn start