| 1 | # Drok — The Sovereign Code Platform |
| 2 | |
| 3 | The most secure code platform ever built. |
| 4 | Free for everyone. Built for the Republic. |
| 5 | |
| 6 | ## Getting Started |
| 7 | |
| 8 | ```bash |
| 9 | # Clone the repository |
| 10 | git clone https://drok.us/lemay/drok.git |
| 11 | cd drok |
| 12 | |
| 13 | # Build the Rust backend |
| 14 | cargo build --release |
| 15 | |
| 16 | # Start the development server |
| 17 | cd web && npm run dev |
| 18 | ``` |
| 19 | |
| 20 | ## License |
| 21 | |
| 22 | Curtis License™ v1.0 — All rights reserved. |
| 23 | LeMay Inc. · Billerica, Massachusetts. |