You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This directory contains the source code for the Scales web application, built us
4
4
5
5
## Architecture
6
6
7
-
The app is structured as a Svelte project which is stored in the `src/app` directory and a frets library in src/frets that handles rendering fret boards and musical notation. The core of the app is build on top of the Tonal music theory library, which provides functions for generating scales, chords, and notes and can be found here: node_modules/tonal.
7
+
The app is structured as a SvelteKit project which is stored in the `src` directory and a frets library in src/lib/frets that handles rendering fret boards and musical notation. The core of the app is build on top of the Tonal music theory library, which provides functions for generating scales, chords, and notes and can be found here: node_modules/tonal.
0 commit comments