This repo contains the Next.js app for the Mango v4 user interface.
To get started, follow these steps:
- Clone the repo: Begin by cloning the repository using the command:
git clone [email protected]:blockworks-foundation/mango-v4-ui.git
- Install Dependencies: Move into the directory and install the dependencies:
cd mango-v4-ui
yarn setup
- Run the app:
yarn dev
- Browse to http://localhost:3000