Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 751 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 751 Bytes

Online Fencing Pool Sheet

This is the source for a webpage that is an online version of a fencing pool sheet. Still a work in progress but has minimal functionality. You can go here to use it: https://uahfencingclub.github.io/OnlineFencingPoolSheet/

Building From Source

Install trunk with cargo install trunk

Install the wasm target rustup target add wasm32-unknown-unknown

Install the nightly toolchain: rustup toolchain install nightly

Serve locally: trunk serve

More information about leptos here: https://book.leptos.dev/getting_started/index.html#hello-world-getting-set-up-for-leptos-csr-development

Contributing.

If you are interested in helping out or have questions, feel free to open a new GitHub issue to discuss.