Go to file
tjs 97c353a22a fix profile loading error 2022-11-12 14:04:52 -05:00
@types base boilerplate 2022-10-16 14:00:47 +02:00
components fix profile loading error 2022-11-12 14:04:52 -05:00
hooks show mango accounts 2022-10-19 12:56:57 -04:00
pages better claim all check 2022-10-20 12:58:34 -04:00
public fix 2022-10-16 14:25:37 +02:00
stores dont show delegate accts 2022-10-20 02:50:44 -04:00
styles base boilerplate 2022-10-16 14:00:47 +02:00
utils fixes 2022-10-19 15:20:32 +02:00
vendor base boilerplate 2022-10-16 14:00:47 +02:00
.gitignore git ignore 2022-10-16 14:19:53 +02:00
.prettierrc add in legal disclaimer 2022-10-19 09:29:43 -04:00
LICENSE base boilerplate 2022-10-16 14:00:47 +02:00
README.md base boilerplate 2022-10-16 14:00:47 +02:00
jest.config.js base boilerplate 2022-10-16 14:00:47 +02:00
lint-staged.js base boilerplate 2022-10-16 14:00:47 +02:00
next-env.d.ts base boilerplate 2022-10-16 14:00:47 +02:00
next-i18next.config.js base boilerplate 2022-10-16 14:00:47 +02:00
next.config.js base boilerplate 2022-10-16 14:00:47 +02:00
package.json bump mangolana 2022-10-20 00:52:46 +02:00
postcss.config.js base boilerplate 2022-10-16 14:00:47 +02:00
tailwind.config.js base boilerplate 2022-10-16 14:00:47 +02:00
tsconfig.json base boilerplate 2022-10-16 14:00:47 +02:00
yarn.lock bump mangolana 2022-10-20 00:52:46 +02:00

README.md

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