An open API service indexing awesome lists of open source software.

https://github.com/blockworks-foundation/mango-ui-v2

UI for https://trade.mango.markets
https://github.com/blockworks-foundation/mango-ui-v2

Last synced: about 1 month ago
JSON representation

UI for https://trade.mango.markets

Awesome Lists containing this project

README

        

# Mango UI V2

Uses:

- [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)

## Run

```bash
yarn
yarn dev
```