building-taubyte-websites
Installation
SKILL.md
Building Taubyte Websites
When to use
- Creating a brand-new website repo and you need a working
.taubyte/build.sh - A website pushes and "builds" but the cloud serves nothing / 404s
- Adding a build script to a site that was generated with
--template empty - Migrating from another build to the Taubyte expected layout
Hard rule
The build script must write deployable static output into /out. The Taubyte cloud serves whatever ends up in /out after .taubyte/build.sh finishes.