forked from StrafesNET/strafe-project
14 lines
449 B
Markdown
14 lines
449 B
Markdown
|
<img align="right" width="25%" src="strafe.png">
|
||
|
|
||
|
# 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.
|