Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 325 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 325 Bytes

@quest-chains/dapp

Create your .env file:

cp sample.env .env

Install dependencies:

yarn install

Run in development mode:

yarn dev

Submit Pull request:

Make sure to branch off of the dev branch and to make dev the target of pull requests instead of main.