Skip to content
S RookDuel Setu AI-ready documentation template

Installation Options

Setu has one complete feature set. Both installation methods include documentation, learning templates, AI-readable output, playgrounds, quizzes, and the public pages.

Use the create command for a clean project without repository-maintainer release tooling:

Terminal window
npm create @rookduel/setu@latest my-site
cd my-site
npm run dev

Use --no-install when another tool will install dependencies:

Terminal window
npm create @rookduel/setu@latest my-site -- --no-install

Use the GitHub Template when you want to start directly from the public repository:

Terminal window
git clone https://github.com/AtharvaMoves/Setu.git
cd Setu
npm install
npm run dev

The repository also includes the create-package synchronization, generated-project tests, and npm release workflow used by Setu maintainers.