We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f2a5d commit c54ca1bCopy full SHA for c54ca1b
README.md
@@ -0,0 +1,47 @@
1
+
2
+
3
4
+## MC - Write code and generate sound waves.
5
6
+### Dev Setup
7
8
+#### With Nix (recommended)
9
10
+If you have [Nix](https://nixos.org/) with flakes enabled:
11
12
+```bash
13
+nix develop
14
+```
15
16
+Or with [direnv](https://direnv.net/):
17
18
19
+direnv allow
20
21
22
+This gives you bun and language servers automatically.
23
24
+#### Without Nix
25
26
+Install [bun](https://bun.sh/) manually, then:
27
28
29
+bun install
30
31
32
+#### Run
33
34
35
+bun run dev # Start dev server
36
+bun run build # Build for production
37
+bun run preview # Preview production build
38
39
40
+#### Stack
41
42
+- Astro 5
43
+- CodeMirror 6
44
+- Tone.js
45
+- Bun
46
47
0 commit comments