The process to start up Dashy has changed since we first deployed it, so I think the start up script on the local box will have to be updated also.
Startup Process
cd dashy/appnpm installbower installgrunt build - builds from /src into /buildnpm start - starts api & webserver
note: grunt-cli must be installed globally.
Also I couldn't get the Raspberry Pi to display on the Tv, not sure why, so that needs checking on. This could just be me being a noob, but who knows...
The process to start up Dashy has changed since we first deployed it, so I think the start up script on the local box will have to be updated also.
Startup Process
cd dashy/app
npm install
bower install
grunt build
- builds from/src
into/build
npm start
- starts api & webservernote: grunt-cli must be installed globally.
Also I couldn't get the Raspberry Pi to display on the Tv, not sure why, so that needs checking on. This could just be me being a noob, but who knows...
/cc @zbal @hunvreus