Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 611 Bytes

File metadata and controls

47 lines (29 loc) · 611 Bytes

mc

MC - Type code and generate sound waves.

Dev Setup

With Nix (recommended)

If you have Nix with flakes enabled:

nix develop

Or with direnv:

direnv allow

This gives you bun and language servers automatically.

Without Nix

Install bun manually, then:

bun install

Run

bun run dev      # Start dev server
bun run build    # Build for production
bun run preview  # Preview production build

Stack

  • Astro 5
  • CodeMirror 6
  • Tone.js
  • Bun