pnpm dlx create-turbo@latest -e with-svelte
cd my-turborepo
git clone https://github.com/keycloakify/keycloakify-starter-svelte apps/keycloak-theme
rm -rf apps/keycloak-theme/.git
rm -rf apps/keycloak-theme/.github
Change the name field in the package.json of your keycloakify sub app.
apps/keycloak-theme/package.json
{
- "name": "keycloakify-starter",
+ "name": "keycloak-theme",
}