rust-dominator/examples/async/README.md

13 lines
156 B
Markdown

## How to install
```sh
yarn install
```
## How to build
```sh
# Builds the project and places it into the `dist` folder.
yarn run build
```