https://github.com/nicklayb/chord_sheet
Piano chord sheet generator
https://github.com/nicklayb/chord_sheet
Last synced: 10 months ago
JSON representation
Piano chord sheet generator
- Host: GitHub
- URL: https://github.com/nicklayb/chord_sheet
- Owner: nicklayb
- Created: 2024-02-17T23:56:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T02:35:14.000Z (over 2 years ago)
- Last Synced: 2025-06-14T17:02:22.007Z (about 1 year ago)
- Language: Elm
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chord Sheet
[Demo here](https://nicklayb.github.io/chord_sheet)
1. Make sure `create-elm-app` is installed
- `npm i -g create-elm-app`
2. Start Tailwind watcher
- `npm run css:watch`
3. Start development environment
- `npm run dev`