Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shaunbennett/dotdotyew
- Owner: shaunbennett
- Created: 2020-10-18T17:09:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-30T03:51:27.000Z (about 4 years ago)
- Last Synced: 2024-08-02T12:49:33.131Z (3 months ago)
- Topics: frontend, rust, voting, yew
- Language: Rust
- Homepage: https://shaunbennett.github.io/dotdotyew/
- Size: 1.81 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - shaunbennett/dotdotyew - A yew frontend for dot voting (rust)
- awesome-yew - dotdotyew - [Dot-voting](https://en.wikipedia.org/wiki/Dot-voting) using Yew, with Rust powering the backend API. (Projects)
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.