create-bzbond-app is the best way to create new bzBond projects. It requires node/npm and git.
npx -y @beezwax/create-bzbond-app <app-name>
// e.g
npx -y @beezwax/create-bzbond-app my-aio-app
npx -y @beezwax/create-bzbond-app <app-name> --web-only
// e.g
npx -y @beezwax/create-bzbond-app my-web-only-app --web-only
npx -y @beezwax/create-bzbond-app <app-name> --claris-only
// e.g
npx -y @beezwax/create-bzbond-app my-claris-only-app --claris-only