The Aptos Book - A one-stop reference for Aptos.
This project uses Mise to manage development tools and dependencies.
- Install Mise.
- Run the setup script:
./scripts/setup-mise.sh
- Build, serve, or clean the book with Mise:
mise run build # Build the book mise run serve # Serve the book locally mise run watch # Watch for changes and rebuild mise run clean # Clean build artifacts
- Install Rust.
- Run the setup script:
./scripts/setup.sh
- Use mdBook commands directly:
mdbook build mdbook serve mdbook watch mdbook clean