No description
Find a file
2022-10-20 23:25:53 -07:00
src maint: copyright year 2022-10-20 23:25:53 -07:00
.gitignore new: yew-based front-end 2021-12-09 12:08:28 -07:00
Cargo.lock new: yew-based front-end 2021-12-09 12:08:28 -07:00
Cargo.toml new: yew-based front-end 2021-12-09 12:08:28 -07:00
index.html new: yew-based front-end 2021-12-09 12:08:28 -07:00
LICENSE maint: copyright year 2022-10-20 23:25:53 -07:00
README.md new: yew-based front-end 2021-12-09 12:08:28 -07:00

gpx-web-utils

development

cargo install --locked trunk
cargo install wasm-bindgen-cli
rustup target add wasm32-unknown-unknown
trunk serve

deployment

trunk build --release
git switch deploy
rm index-*
cp dist/* .
git commit -am 'foo'
git push <DOKKU INSTANCE> deploy