Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 843 Bytes

README.md

File metadata and controls

49 lines (36 loc) · 843 Bytes

🐕 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/talentdev2020/dogepixel.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