algorand-project-setup
Installation
SKILL.md
AlgoKit Project Setup & Examples
Quick Start
# Install AlgoKit
pipx install algokit
# Create a fullstack project — smart contracts + React frontend (default)
algokit init -n my-project -t fullstack --answer preset_name production --answer contract_template typescript --defaults
# Development cycle
cd my-project
algokit project run build # Compile contracts
algokit project run test # Run tests
algokit localnet start # Start local network
algokit project deploy localnet # Deploy