Skip to content
Joe Johnston edited this page Feb 12, 2013 · 5 revisions

A simple browser UI for exploring the CloudStore API.

cd apps/cloudstore-ui
npm install -g coffee-script
npm install
npm start

If the coffee command is not available, make sure the npm/bin dir is in your path.

export PATH=/usr/local/share/npm/bin:$PATH
Clone this wiki locally