gui/README.md

19 lines
No EOL
474 B
Markdown

# Tea UI Workspace
This repository includes the tea GUI/Desktop App.
# Requirements
* [pnpm@^7.8](https://pnpm.io/)
* [node@16](https://github.com/tj/n)
* [rust@^1.62](https://www.rust-lang.org/)
* [cargo@^1.62](https://crates.io/)
# Development
Setting up the workspace just run here:
```
$ pnpm install
```
Refer to each package README.md for instructions on how to setup and contribue to them:
* [tea/gui](./packages/gui/README.md)
* [tea/ui](./packages/ui/README.md)