Skip to content

evrimoztamur/crittershowdown

Repository files navigation

Getting started

Server

Watch server/src and shared for server-related source changes, and rerun server:

watchexec -w server/src -w shared -r -e rs -- cargo run -p server

Client

Watch src and shared for client-related source changes, and rebuild deployable:

Live

watchexec -w src -w shared -r -e rs -- wasm-pack build --target web --release --out-name crittershowdown --out-dir static/js/pkg -- --features deploy

Local

If running locally via the tunnel, do not enable the deploy feature:

watchexec -w src -w shared -r -e rs -- wasm-pack build --target web --release --out-name crittershowdown --out-dir static/js/pkg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published