Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 648 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 648 Bytes

morphs-frontend

Research hub for the Morphs NFT project.

Requirements

Setup

Clone the repo:

$ git clone [email protected]: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