It's my first time playing with Codio.
I cloned https://github.com/divshot/polymer-firebase-qa into a new project. Then I followed the readme and did
npm install && bower install
which finished with no errors.
Continuing, I did
grunt serve
which said
-bash: grunt: command not found
...
I know grunt
is there because it ran as part of the bower install.
I have tried to install grunt on the cli (codio doesn't allow me), tried "Install Software" (it's not in the list), and tried googling to no avail.