Skip to content

HenriqueSilverio/marionette-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marionette Player

A simple audio player built with Marionette.

See a live demo here.

Instalation

To run Marionette Player locally, you'll need have pre-installed Node.js with NPM and Grunt CLI.

Then, follow these simple steps:

1. Clone the repository and access it:

git clone [email protected]:HenriqueSilverio/marionette-player.git && cd marionette-player

2. Install project dependencies:

npm install

3. Launch a server and watch for changes:

grunt

Contributors

Thanks to Baltazar Parra for layout implementations and feedback.