Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 612 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 612 Bytes

Piano Keyboard

Piano Keyboard developed with HTML, CSS and Javascript.

Getting Started

Install Grunt

Install grunt-cli globally with npm install -g grunt-cli.

Install the project

Clone the project and install dependencies

git clone https://github.com/LFeh/piano-keyboard.git
cd piano-keyboard
npm install

Compiling CSS / JavaScript and init the Browser Sync

grunt w

For Build

grunt build