blob: c266cfc9c0111e764aa366595fbb43b139686c6f [file] [log] [blame] [view] [edit]
# Getting Started
## Prerequisites
- Rust 1.70 or later
- Cargo
## Installation
Clone the repository:
```bash
git clone <repository-url>
cd openprot
```
Build the project:
```bash
cargo xtask build
```
Run tests:
```bash
cargo xtask test
```
## Next Steps
- Read the [Usage](./usage.md) guide
- Check out the [Architecture](./architecture.md) documentation
- Learn about [Contributing](./contributing.md)