mango-ui-v3/README.md

19 lines
939 B
Markdown
Raw Normal View History

2021-09-15 17:42:45 -07:00
# Mango UI V3
2021-03-26 09:44:55 -07:00
2021-04-10 14:35:51 -07:00
Uses:
2021-03-26 09:44:55 -07:00
- [Typescript](https://www.typescriptlang.org/)
- Linting with [ESLint](https://eslint.org/)
- Formatting with [Prettier](https://prettier.io/)
- Linting, typechecking and formatting on by default using [`husky`](https://github.com/typicode/husky) for commit hooks
- Testing with [Jest](https://jestjs.io/) and [`react-testing-library`](https://testing-library.com/docs/react-testing-library/intro)
2021-12-07 11:43:06 -08:00
## Running the UI locally
2021-03-26 09:44:55 -07:00
2021-12-07 11:43:06 -08:00
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
5. Run `yarn install` to install dependencies
6. Run `yarn dev` to start the webserver
7. Navigate to `http://localhost:3000` in your browser