Skip to content

wiese/jaslmus

Repository files navigation

jaslmus - javascript lecture musicale

Idea

Implement a browser-based version of the somewhat famous but dated Jalmus, and do so by using great modern day open source software to focus on the domain at hand - learning something about music theory in the process.

Project setup

yarn install

Runs tests

yarn test

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint