Installation
jstatico requires Bun as its runtime.
Install Bun
If you don't have Bun installed:
curl -fsSL https://bun.sh/install | bashInstall jstatico
As a project dependency
bun add jstaticoGlobally
bun add -g jstaticoVerify Installation
bun run jstatico --helpYou should see the usage information.
Next Steps
Continue to Quick Start to create your first site.