Research hub for the Morphs NFT project.
Clone the repo:
$ git clone [email protected]:R-Group-Devs/morphs-frontend.git
Install dependencies:
$ yarn
You'll need an Infura project ID for local development. Add the following environment variables to a .env.local
file:
REACT_APP_INFURA_PROJECT_ID=???
Run the app in development mode:
$ yarn start
Generate a browser-ready build artifact:
$ yarn build