rust-dominator/examples/animation/README.md

13 lines
144 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
```