tvl-depot/website/sandbox/learnpianochords/src
William Carroll 17c68d654b Prefer reading secrets.json to using pass show
I'm attempting to maintain a top-level secrets.json that defines all of the
sensitive data that I'd like to version-control without exposing everything in
cleartext to the world. To that end, I'm using `git secret`, which will use
`gpg` to encrypt secrets.json everytime I call `git secret hide` and decrypt
everytime I call `git secret reveal`.

I'm going to try this until I don't like it anymore... if that day comes...

I should write a blog post about my setup to solicit useful feedback and share
my ideas with others.
2020-08-20 18:31:37 +01:00
..
server Prefer reading secrets.json to using pass show 2020-08-20 18:31:37 +01:00
FlashCard.elm Support a FlashCard before showing the notes that comprise a chord 2020-04-19 15:32:20 +01:00
Icon.elm "Chord Drill Sergeant" -> "Learn Piano Chords" 2020-04-18 13:30:38 +01:00
Main.elm Support a FlashCard before showing the notes that comprise a chord 2020-04-19 15:32:20 +01:00
Misc.elm Tidy app 2020-04-18 14:58:16 +01:00
Overview.elm Create Tailwind module 2020-04-19 13:42:37 +01:00
Piano.elm Ensure the overlayButton is truly h-screen and w-screen 2020-04-19 13:14:18 +01:00
Practice.elm Display "Get ready..." message before practicing 2020-04-19 18:51:42 +01:00
Preferences.elm Restore support for whitelisted chord inversions 2020-04-19 18:36:22 +01:00
Responsive.elm Responsively size UI 2020-04-19 13:05:55 +01:00
State.elm Restore default view to Overview 2020-04-19 19:49:15 +01:00
Tailwind.elm Create Tailwind module 2020-04-19 13:42:37 +01:00
Tempo.elm Create Tailwind module 2020-04-19 13:42:37 +01:00
Theory.elm Correct all G_sharp pitch classes 2020-04-19 19:11:17 +01:00
UI.elm Support a FlashCard before showing the notes that comprise a chord 2020-04-19 15:32:20 +01:00