Anleitungen zur GLAREAN-Plattform der Hochschule für Musik Freiburg. https://glarean.mh-freiburg.de/anleitungen
Find a file
2026-04-07 17:23:26 +02:00
assets [feat] blog post regression didactic templates 2025-11-19 10:10:59 +01:00
components [blog] attendance in glarean 2026-04-02 15:42:44 +02:00
docs [fix] mail config for mac 2026-04-07 17:23:02 +02:00
lib [wip] 2025-07-09 19:41:08 +02:00
rendered_site@4d439f4007 forward submodule rendered_site 2026-04-07 17:23:26 +02:00
styles [feat] add contact card 2025-10-06 12:03:19 +02:00
.dir-locals.el improve push to rendered-site 2025-09-10 11:00:48 +02:00
.envrc Initialize dev environment 2025-06-10 09:22:20 +02:00
.gitignore Minimal configuration 2025-06-11 13:55:05 +02:00
.gitmodules forward submodule rendered_site 2025-10-03 11:35:56 +02:00
bun.lock [feat] welcome checklist 2026-04-02 12:11:05 +02:00
components.json [feat] welcome checklist 2026-04-02 12:11:05 +02:00
flake.lock Initialize dev environment 2025-06-10 09:22:20 +02:00
flake.nix [fix] script to push 2025-10-02 13:46:35 +02:00
i18n.json [update] sprechzeiten 2026-04-07 15:45:07 +02:00
package.json [feat] welcome checklist 2026-04-02 12:11:05 +02:00
postcss.config.js [wip] 2025-07-08 15:39:10 +02:00
README.md Minimal configuration 2025-06-11 13:55:05 +02:00
rspress.config.ts more docs 2025-08-14 22:32:40 +02:00
tailwind.config.js [feat] add contact card 2025-10-06 12:03:19 +02:00
tsconfig.json various improvements 2025-09-10 17:10:20 +02:00

Glarean Books

Anleitungen und Blog für Glarean.

Contribute

Setup

Install the dependencies:

bun install

Get started

Start the dev server:

bun run dev

Build the website for production:

bun run build

Preview the production build locally:

bun run preview