Anleitungen zur GLAREAN-Plattform der Hochschule für Musik Freiburg. https://glarean.mh-freiburg.de/anleitungen
  • TypeScript 87.3%
  • CSS 9%
  • Nix 3.2%
  • JavaScript 0.5%
Find a file
2026-04-21 20:50:19 +02:00
assets [update] docs for matrix 2026-04-21 20:48:41 +02:00
components [blog] attendance in glarean 2026-04-02 15:42:44 +02:00
docs [update] docs for matrix 2026-04-21 20:48:41 +02:00
lib [wip] 2025-07-09 19:41:08 +02:00
rendered_site@49ae5b7546 forward submodule rendered_site 2026-04-21 20:50:19 +02:00
styles [feat] add contact card 2025-10-06 12:03:19 +02:00
.dir-locals.el [feat] links on landing page 2026-04-21 20:48:25 +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] submodule update 2026-04-21 08:43:18 +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