Skip to content

elton-cs/cairo-crosswordle

Repository files navigation

CrossWordle

Frontend

Navigate to the bevy_frontend directory

Desktop

Use the following command to run the front end locally (aka as a rust desktop application):

cargo run

Web

First ensure you have the necessary dependencies installed:

rustup target install wasm32-unknown-unknown
cargo install wasm-server-runner

Then, use the following command to run the front end as a wasm binary (aka for web development):

cargo run --target wasm32-unknown-unknown

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published