Installation Options
Setu has one complete feature set. Both installation methods include documentation, learning templates, AI-readable output, playgrounds, quizzes, and the public pages.
npm create
Section titled “npm create”Use the create command for a clean project without repository-maintainer release tooling:
npm create @rookduel/setu@latest my-sitecd my-sitenpm run devUse --no-install when another tool will install dependencies:
npm create @rookduel/setu@latest my-site -- --no-installGitHub Template
Section titled “GitHub Template”Use the GitHub Template when you want to start directly from the public repository:
git clone https://github.com/AtharvaMoves/Setu.gitcd Setunpm installnpm run devThe repository also includes the create-package synchronization, generated-project tests, and npm release workflow used by Setu maintainers.