No description
Find a file
2026-04-03 22:54:48 +02:00
.github/workflows add deploy.yaml 2026-03-05 18:05:29 +01:00
app add midi instruments 2026-04-03 22:54:48 +02:00
content/satzmodelle fix fauxbourdon 2026-04-01 19:52:33 +02:00
i18n update fauxbourdons 2026-04-01 19:26:02 +02:00
public adjust tempo in krns 2026-04-01 20:26:39 +02:00
sheetmusic/musicxml adjust tempo in krns 2026-04-01 20:26:39 +02:00
.editorconfig Add .editorconfig 2026-02-27 14:56:18 +01:00
.gitignore setup 2026-02-24 13:41:19 +01:00
content.config.ts add MidiPlayer feature 2026-03-27 20:17:05 +01:00
nuxt.config.ts preference light in nuxt.config 2026-03-05 16:12:43 +01:00
package-lock.json add midi instruments 2026-04-03 22:54:48 +02:00
package.json add midi instruments 2026-04-03 22:54:48 +02:00
README.md setup 2026-02-24 13:41:19 +01:00
satzmodelle.yaml update mds 2026-03-26 01:21:57 +01:00
tsconfig.json setup 2026-02-24 13:41:19 +01:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.