Free and open source software including tools, games, and more.
Bun is the only prerequisite. Each project should live within www/<workspace>/<project>/ and must contain a package.json with a name and a start script to build the project for development or production. Source code files are cleaned out before deployment.
{
"start": "../../../cmd/start"
}bun start devbun start prod