303 B
303 B
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