24 lines
656 B
Markdown
24 lines
656 B
Markdown
# 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)
|
|
|
|
ToDo:
|
|
|
|
- Create popup notification messages and wire up to `notify()`
|
|
- Add logo and mark price to browser tab
|
|
- Finish migrating TradeForm from Ant to Tailwind
|
|
- Wire up cancel order in Open Orders
|
|
|
|
## Run
|
|
|
|
```bash
|
|
yarn
|
|
yarn dev
|
|
```
|