Go to file
Luc Succes f7801941a5 Merges main 2022-04-06 07:24:51 -06:00
.github Merge pull request #220 from blockworks-foundation/kieran/strict-nullcheck 2022-03-31 22:53:51 -04:00
.husky fix date table element types 2022-03-24 16:06:59 -04:00
@types Refactors wallet in store 2022-03-23 13:18:34 +01:00
components Merges main 2022-04-06 07:24:51 -06:00
hooks Merges main 2022-04-06 07:24:51 -06:00
pages remove old connection logic 2022-04-03 18:47:16 -04:00
public Merges main 2022-04-06 07:24:51 -06:00
stores use finalized blockhashes; remove saving old blockhashes 2022-04-03 17:04:15 -04:00
styles change date picker 2022-03-30 13:37:39 +11:00
utils Adds more null checks 2022-03-30 13:08:05 +02:00
.eslintignore
.eslintrc.json
.gitignore Merges main 2022-03-29 12:11:23 -04:00
.nvmrc
.prettierignore
.prettierrc
README.md
jest.config.js
lint-staged.js
next-env.d.ts
next-i18next.config.js
next.config.js Removes commented code 2022-03-28 21:27:13 -04:00
package.json Merges main 2022-04-06 07:24:51 -06:00
postcss.config.js
tailwind.config.js Merges main 2022-04-06 07:24:51 -06: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 Merges main 2022-04-06 07:24:51 -06: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