Anleitungen zur GLAREAN-Plattform der Hochschule für Musik Freiburg. https://glarean.mh-freiburg.de/anleitungen
Find a file
2025-11-19 10:13:09 +01:00
assets [feat] blog post regression didactic templates 2025-11-19 10:10:59 +01:00
components [update] contact information 2025-10-28 08:57:49 +01:00
docs [feat] blog post regression didactic templates 2025-11-19 10:10:59 +01:00
lib [wip] 2025-07-09 19:41:08 +02:00
rendered_site@6d08d6f345 forward submodule rendered_site 2025-11-19 10:13:09 +01: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 [wip] 2025-07-13 20:40:46 +02:00
components.json [wip] 2025-07-08 15:39:10 +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 [feat] rewritten introduction 2025-10-28 15:13:02 +01:00
package.json [wip] 2025-07-13 20:40:46 +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