Go to file
Riordan Panayides aba7498d1c Update mango-client to remove COPE 2022-08-11 22:45:09 +01:00
.github upgrade bundle analysis integration 2022-05-28 18:15:35 +03:00
.husky fix date table element types 2022-03-24 16:06:59 -04:00
@types move fns from @nfteyez/sol-rayz into app 2022-05-17 13:16:26 -04:00
components Hardcode required info for delisted markets 2022-07-13 00:28:49 +01:00
hooks Hardcode required info for delisted markets 2022-07-13 00:28:49 +01:00
pages Fix risk calculator 2022-07-13 01:19:52 +01:00
public show country returned by ip check 2022-06-05 21:17:12 -04:00
stores Filter inactive markets from markets api response 2022-07-12 14:03:24 +01:00
styles remove annoying flash from topbar menu items 2022-05-30 15:40:18 -04:00
utils Hardcode required info for delisted markets 2022-07-13 00:28:49 +01:00
.eslintignore
.eslintrc.json
.gitignore Merges main 2022-03-29 12:11:23 -04:00
.nvmrc
.prettierignore
.prettierrc
LICENSE Create LICENSE 2022-04-04 12:49:36 -04:00
README.md Update README.md 2022-04-16 13:11:25 -04:00
jest.config.js
lint-staged.js update zustand store types to work with zustand 3.7 2022-03-16 17:27:26 -04:00
next-env.d.ts
next-i18next.config.js
next.config.js Removes commented code 2022-03-28 21:27:13 -04:00
package.json Update mango-client to remove COPE 2022-08-11 22:45:09 +01:00
postcss.config.js
tailwind.config.js change chart colors, add loading 2022-05-18 12:09:52 +10:00
tsconfig.json Merge branch 'main' of github.com:blockworks-foundation/mango-ui-v3 into kieran/strict-nullcheck 2022-03-31 12:33:10 +02:00
yarn.lock Update mango-client to remove COPE 2022-08-11 22:45:09 +01: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

Branches

  • production is deployed to trade.mango.markets and app.mango.markets
  • main is deployed to alpha.mango.markets
  • devnet is deployed to devnet.mango.markets