This repository contains the source of "The Cairo Programming Language" book, a comprehensive documentation of the Cairo 1 programming language. This documentation is your go-to resource for mastering Cairo, created and maintained by the Starknet community. You can read the book online.
- Install mdBook following the instructions on mdBook
- Clone the repo
- Run
mdbook serve
to start a local server, then open localhost:3000 to view the book. You can use the--open
flag to open the browser automatically:mdbook serve --open
- Make changes to the book and refresh the browser to see the changes
- Open a PR with your changes