Contributing to Astraio
Thank you for your interest in contributing to Astraio Client!
Getting Started
- Architecture — Understand the codebase
- Project Structure — How files are organized
- Contributing Guide — How to submit changes
Prerequisites
- Rust — Install via rustup :
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh- Git — For version control
Quick Start
git clone https://github.com/vant3x/astraio-client.git
cd astraio-client
cargo runLast updated on