From 169b3ba52b60d021c99c4d19332a6f3f794093c9 Mon Sep 17 00:00:00 2001 From: Teemu Koivisto Date: Fri, 19 Jan 2024 16:09:20 +0200 Subject: [PATCH] rename repo --- README.md | 12 +++++++++++- packages/client/src/app.html | 2 +- packages/client/svelte.config.js | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10ce7621..b8fe587b 100755 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# [practise-music-reading](https://github.com/teemukoivisto/practise-music-reading) +# [midi-music-notation-trainer](https://github.com/teemukoivisto/midi-music-notation-trainer) + +This is small web app I built for myself to easily practise music notes and such. IMO you really have to drill them down until reading them is as easy as words. + +## How to develop locally + +You need NodeJS >=16 and pnpm >= 7. + +1. `pnpm i` +2. `pnpm --filter types build` +3. `pnpm client` diff --git a/packages/client/src/app.html b/packages/client/src/app.html index 173adc7b..35db4491 100644 --- a/packages/client/src/app.html +++ b/packages/client/src/app.html @@ -3,7 +3,7 @@ - practise-music-reading + MIDI Music Notation Trainer