Cold Blooded Creepz Invasion HQ! https://creepztracker.app
# Clone repo
git clone https://github.com/pixelplicity/creepz-tracker.git
Navigate to a site
cd creepz-tracker
# Install dependencies
npm i
# Create a `.env.local` file with the following variables
NEXT_PUBLIC_INFURA_ID=
NEXT_PUBLIC_INFURA_MAINNET_ENDPOINT=
# Run dev server - available at http://localhost:3000
npm run dev
# Run production build
npm run build