Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaunbennett/dotdotyew

A yew frontend for dot voting
https://github.com/shaunbennett/dotdotyew

frontend rust voting yew

Last synced: 4 days ago
JSON representation

A yew frontend for dot voting

Awesome Lists containing this project

README

        

# dotdotyew

### Compiling

I use [trunk](https://github.com/thedodd/trunk) to build and package the assets. View the repo for installation instructions.

Once installed, you can build the project. The output files are placed in `dist/`
```
trunk build
```

### Running

Trunk can host your files and rebuild whenever you make a change.

```
trunk serve
```

### Production

Trunk does not run any wasm optimization tools like `wasm-snip` or `wasm-opt`. Instead, I manually run these on the output wasm file before deploying to production.