Skip to content

R-Group-Devs/morphs-frontend

Repository files navigation

morphs-frontend

Research hub for the Morphs NFT project.

Requirements

Setup

Clone the repo:

$ git clone git@github.com:R-Group-Devs/morphs-frontend.git

Development

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