KeyTunes is an open source project that aims to democratize music. With KeyTunes, users can play a virtual piano using their computer keyboard, allowing users to practice, experiment and enjoy the piano without the need for a physical instrument.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run KeyTunes, you will need to have the following installed on your system:
Follow these steps to set up your local development environment:
Clone the repository
git clone https://github.com/lfelipediniz/KeyTunes.git
Navigate to the project directory
cd KeyTunes
Install dependencies
With Yarn installed, run the following command in your project directory:
yarn install
This will install all the necessary dependencies for the project.
To run KeyTunes on your local machine, follow these steps:
Start the development server
yarn dev
Open your browser
Navigate to http://localhost:3000
to view the application. You should now be able to use your keyboard to play the virtual piano.