Improve description
Update app description
Update description
Rhything, a portmanteau of the words rhythm and reading, is a performant sight-reading web application for generating sheet music composed on-demand using the Markov chain model.
Clone the repository:
git clone git@git.sr.ht:~jagrg/rhything
Install dependencies:
npm install
Start the development server:
npm run dev
If you'd like to contribute to the project, please follow these steps:
git checkout -b new-feature
.git commit -m 'Add new feature'
.git push origin new-feature
.When submitting a bug report, please describe the issue clearly and the steps to reproduce it. If possible, also include all relevant console information or error messages. You can find these in your browser's developer tools.