commit c1188aec1b0c7ed8bedd9aa9c58ff20d480edf4d Author: Quaternions Date: Thu Jan 2 19:37:33 2025 -0800 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..078fef0 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ + + +# Strafe Project +Monorepo for working on projects related to strafe client. + +## How to build and run +1. Have rust and git installed +2. `git clone https://git.itzana.me/StrafesNET/strafe-project` +3. `cd strafe-project` +4. `cargo run --release --bin strafe-client` + +## Licenses +Each project has its own license. Most crates are MIT/Apache but notably the Strafe Client has a sole proprietor license. diff --git a/strafe.png b/strafe.png new file mode 100644 index 0000000..f69306d Binary files /dev/null and b/strafe.png differ