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
- Host: GitHub
- URL: https://github.com/blockworks-foundation/mango-ui-v2
- Owner: blockworks-foundation
- Created: 2021-03-29T22:15:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T14:42:29.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:11:10.292Z (about 2 months ago)
- Language: JavaScript
- Homepage: mango-ui-v2-teal.vercel.app
- Size: 4.12 MB
- Stars: 27
- Watchers: 5
- Forks: 30
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```