Choreo apps (Dawn Mazurka & Crosss-Step Waltz Variations)
https://garron.net/dance/
- HTML 46.9%
- TypeScript 32.3%
- CSS 16.8%
- Makefile 4%
|
|
||
|---|---|---|
| .vscode | ||
| .woodpecker | ||
| img | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| biome.json | ||
| bun.lock | ||
| bunfig.toml | ||
| Makefile | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Choreo apps
Web apps for reviewing and teaching dance choreographies.
Check out using jj
This repo uses git-lfs to store large files.
I use jj, which unfortunately still lacks git LFS support. This repo can be checked out using git, but here's how I do it:
jj git clone https://codeberg.org/lgarron/choreo-apps && cd ./choreo-apps/
# Check out video files.
git switch --detach b48f9ca7ec75cfeb980a77ab5db0568aef39e250
jj file untrack \
"./src/public/*/video/dash/**/*.mp4" \
"./src/public/*/video/dash/**/*.m4s" \
"./src/public/*/video/dash/**/*.jpg"
# Check out `main`
jj new main
# Install dependencies and launch dev server
make dev

