Dependencies
52 | 53 |Apparently, not all dependencies have been installed.
54 |Dependencies are managed by Bower. They are
55 | declared in the bower.json
file at the root of the project. We
56 | assume this is your current working directory. Then, to install them, please
57 | run:
$ bower install --production
59 |
60 | Development dependencies
61 | 62 |To be able to run tests or such development tools, simply omit the
63 | --production
option. Thus, to install all dependencies, please
64 | run:
$ bower install
66 |
67 | What's next?
68 | 69 |Simply refresh this page!
70 |