aullman / opentok-whiteboard

Shared Whiteboard that works with OpenTok
MIT License
34 stars 22 forks source link

bower_components not found #11

Closed 7manishj7 closed 9 years ago

7manishj7 commented 9 years ago

After download, I have not found any folder named 'bower_components' and files of this folder.

Please provide me the relevant files to run this project.

    <script src="bower_components/angular/angular.min.js" type="text/javascript" charset="utf-8"></script>

    <script src="bower_components/opentok-angular/opentok-angular.js" type="text/javascript" charset="utf-8"></script>
aullman commented 9 years ago

You need to run the build step described in the README which will download the necessary dependencies. You will need to have bower and node installed on your machine.