Skip to content

Commit

Permalink
rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TeemuKoivisto committed Jan 19, 2024
1 parent b3b21ff commit 169b3ba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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`
2 changes: 1 addition & 1 deletion packages/client/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>practise-music-reading</title>
<title>MIDI Music Notation Trainer</title>

<script>
try {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
lib: './src/lib'
},
paths: {
base: process.env.DEPLOY_TO_GH ? '/practise-music-reading' : ''
base: process.env.DEPLOY_TO_GH ? '/midi-music-notation-trainer' : ''
},
adapter: adapter({
// default options are shown
Expand Down

0 comments on commit 169b3ba

Please sign in to comment.