Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.28 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.28 KB

Note sight reading

Give it a try: https://note-sight-reading.vercel.app/

ps1: It's a mobile project so don't open it with your computer browser.

[Week end side project]

Improve your sight reading on various keys (incoming) and complex chords (incoming too) This use Supabase for auth and data storage, React and Tailwind.

TODO:

  • bass clef
  • triade chords
  • jazz chords (half diminished, diminished, augmented, Major7...)
  • chords on both hands (treble + bass key) left hand root and right hand voicings

Supabase cheatsheet

        API URL : http://localhost:54321
          DB URL: postgresql://postgres:postgres@localhost:54322/postgres
      Studio URL: http://localhost:54323
    Inbucket URL: http://localhost:54324

Edit database directly via studio or not

supabase db diff migration_name -f migration_file

push migration to prod

supabase db push