Skip to content

the-doge-nft/doge-pixels

Repository files navigation

🐕 Pupper Pixel Portal

fungies 🤝 non-fungies

Deployments

dev

prod

🏃️ Get it started

Prerequisites: Node plus Yarn and Git

clone it like u own it:

hit me up for env vars to get started

git clone https://github.com/calebcarithers/doge-pixels.git
cd doge-pixels
yarn install

Run the frontend

cd packages/react-app
yarn start

Run the server

cd packages/server
yarn dev

Deploy contracts locally

install and start your 👷⛓‍ Hardhat chain:

cd packages/hardhat
yarn install
yarn chain

in a second terminal window, 🛰 deploy your contract:

yarn deploy