Go to file
tjs 3faaaf1088 use latest client 2023-05-02 13:24:32 -04:00
components use latest client 2023-05-02 13:24:32 -04:00
hooks initial commit 2023-04-07 13:23:17 -04:00
pages initial commit 2023-04-07 13:23:17 -04:00
public initial commit 2023-04-07 13:23:17 -04:00
store initial commit 2023-04-07 13:23:17 -04:00
styles initial commit 2023-04-07 13:23:17 -04:00
types initial commit 2023-04-07 13:23:17 -04:00
utils use latest client 2023-05-02 13:24:32 -04:00
.eslintignore initial commit 2023-04-07 13:23:17 -04:00
.eslintrc.json initial commit 2023-04-07 13:23:17 -04:00
.gitignore initial commit 2023-04-07 13:23:17 -04:00
.prettierignore initial commit 2023-04-07 13:23:17 -04:00
.prettierrc initial commit 2023-04-07 13:23:17 -04:00
.yarnrc initial commit 2023-04-07 13:23:17 -04:00
.yarnrc.yml initial commit 2023-04-07 13:23:17 -04:00
LICENSE initial commit 2023-04-07 13:23:17 -04:00
README.md Add instructions to readme 2023-04-07 18:27:51 +01:00
next-env.d.ts initial commit 2023-04-07 13:23:17 -04:00
next-i18next.config.js initial commit 2023-04-07 13:23:17 -04:00
next.config.js use latest client 2023-05-02 13:24:32 -04:00
package.json use latest client 2023-05-02 13:24:32 -04:00
postcss.config.js initial commit 2023-04-07 13:23:17 -04:00
tailwind.config.js initial commit 2023-04-07 13:23:17 -04:00
tsconfig.json initial commit 2023-04-07 13:23:17 -04:00
yarn.lock use latest client 2023-05-02 13:24:32 -04:00

README.md

mango-v4-reference-ui

A minimal open-source implementation of a UI for mango-v4

Running the UI locally

  1. Install Node.js and npm (https://nodejs.org/en/download/), and Git (https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
  2. Open a new terminal window (if running Windows use Git Bash) and run npm install -g yarn
  3. Run git clone https://github.com/blockworks-foundation/mango-v4-reference-ui.git && cd mango-v4-reference-ui to get the UI source code
  4. Run yarn install to install dependencies
  5. Run yarn dev to start the webserver
  6. Navigate to http://localhost:3000 in your browser