Landing site for the Schuly project - schuly.dev
Angular marketing site for Schuly. Hosts the public landing page and app downloads, in five languages with per-language prerendered URLs.
Project documentation lives at docs.schuly.dev, not on this site.
bun install
bun start # ng serve on http://localhost:4200
bun run build # production buildFull documentation lives at docs.schuly.dev/SchulyWebsite.
| Guide | What it covers |
|---|---|
| Development setup | Prerequisites, install, run, watch, and tests. |
| Deployment | How the site is built and published. |
| Release | Cutting a release. |
| Architecture | App structure, i18n, and prerendering. |
| Contributing | Workflow, branch and PR conventions. |
| Repo | Purpose |
|---|---|
| Schuly | Flutter mobile app |
| SchulyBackend | ASP.NET Core API backend |
| SchulyKeycloak | Keycloak image + the schuly realm |
| SchulyPluginAbstractions | Plugin contract (NuGet) |
| SchulyPlugins | Official plugins monorepo |
| SchulyWebsite | Landing site (schuly.dev) (this repo) |
| SchulyDocs | Documentation site (docs.schuly.dev) |