/rithm

Personal - BEW - a Django app to learn music theory with games

Primary LanguageJavaScript

R.I.T.H.M

A website devoted to teaching music theory.

Our first feature will be to teach people how to read notes on sheet music. Something like this.

...

Getting Started

Step One: Clone the Repo

Click "Clone" on the top right corner of the base repository. Follow the instructions prompted by github.

Step Two: Create a Virtual Environment

In your terminal, cd into your cloned repository,

then type "python3 -m venv env" to create a virtual enviornment.

In order to install and update the required pip modules type "pip3 install -r requirements.txt".

Want to try out the deployed application? Test it here!