Go to file
Tyler Shipe cce1be382f force reload orders when doing a manual refresh 2022-01-15 16:26:17 -06:00
.github/workflows yarn format 2022-01-07 21:59:59 -05:00
.husky fix husky 2022-01-13 13:14:31 -06:00
@types
components force reload orders when doing a manual refresh 2022-01-15 16:26:17 -06:00
hooks handle when perpmarket isnt loaded yet 2022-01-12 16:46:41 -06:00
pages Merge remote-tracking branch 'origin/main' into account_equity 2022-01-13 12:31:24 -08:00
public Merge remote-tracking branch 'origin/main' into account_equity 2022-01-13 12:31:24 -08:00
stores retry loading mango group and account if errors 2022-01-15 12:48:38 -06:00
styles
utils
.eslintignore
.eslintrc.json
.gitignore
.nvmrc
.prettierignore
.prettierrc
README.md
_redirects
jest.config.js
netlify.toml
next-env.d.ts update dependencies 2022-01-09 20:33:13 -08:00
next-i18next.config.js
next.config.js add source maps to prod to debug 2022-01-13 13:04:01 -06:00
package.json fix husky 2022-01-13 13:14:31 -06:00
postcss.config.js
tailwind.config.js update msol icon 2022-01-12 21:00:36 +11:00
tsconfig.json Minor refactoring. 2022-01-14 10:04:04 -08:00
yarn.lock add tx id to error notifications 2022-01-10 17:25:05 -05:00

README.md

Mango UI V3

Uses:

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-ui-v3.git && cd mango-ui-v3 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