Skip to content

brendanlim/creepz-tracker

 
 

Repository files navigation

Creepz Tracker Community Project

Cold Blooded Creepz Invasion HQ! https://creepztracker.app

Get Started

# 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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • Other 1.7%