An open API service indexing awesome lists of open source software.

https://github.com/zafar-saleem/audio


https://github.com/zafar-saleem/audio

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Getting started
In order to run this project in the browser successfully, please follow the steps below!

1. Clone this repository.
2. CD to the root folder of this project.
3. Run `npm install` (if it complains then run `sudo npm install`) to install all Grunt plugins(dependencies).
4. Run `bower install` to install all project dependencies i.e. requirejs into js/libs folder.
5. Now run `grunt` command on your terminal in `root` folder of this project.
6. Now go to your browser and type `localhost:8000` to view this project in action.