Skip to content

Commit c54ca1b

Browse files
authored
feat(doc): readme for boomerz
1 parent b1f2a5d commit c54ca1b

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
![mc](/public/mc.png)
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+
```bash
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+
```bash
29+
bun install
30+
```
31+
32+
#### Run
33+
34+
```bash
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

Comments
 (0)