Early work in progress — many features are not built yet.
A lean piano practice app: technical exercises and theory, nothing else.
Most practice apps bury the practice under subscriptions, ads, and accounts — and you end up juggling several of them to cover the basics. This is the opposite: one place for exercises and theory, no fluff.
The app is live at https://piano.niklas-e.fi/
Install dependencies:
pnpm installRun the dev server:
pnpm devBuild static output:
pnpm buildRun unit tests with Node's built-in test runner:
pnpm test:unitRun Playwright tests:
pnpm test:e2eRun all tests:
pnpm testIf Playwright browsers are missing, install Chromium:
pnpm exec playwright install chromium