mango-ui-v2/README.md

24 lines
656 B
Markdown
Raw Normal View History

2021-04-10 14:35:51 -07:00
# Mango UI V2
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-04-10 14:40:29 -07:00
ToDo:
2021-04-10 14:40:29 -07:00
- 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
2021-04-10 14:35:51 -07:00
## Run
2021-03-26 09:44:55 -07:00
```bash
2021-04-10 14:35:51 -07:00
yarn
yarn dev
2021-03-26 09:44:55 -07:00
```