mikavilpas / build-monitor

Follow your project status in real time
0 stars 0 forks source link

Add demo with mock data #1

Open mikavilpas opened 8 years ago

mikavilpas commented 8 years ago

Demo can be viewed on rawgit.com, much like in the sp3ctum/solitaire game. Should use mock data from hard-coded json files to keep it super simple.

mikavilpas commented 8 years ago

Here is the link for the demo for starting development https://rawgit.com/sp3ctum/build-monitor/master/resources/public/index.html

mikavilpas commented 8 years ago

Instead of the example json data, it's probably simpler to build a minified devcards + tests + app build and host it on github. So a demo.html should be made instead.

mikavilpas commented 8 years ago

Added a demo at https://rawgit.com/sp3ctum/build-monitor/master/resources/public/demo.html It's not yet working. It expects non-minified files to be present.

Should look at https://github.com/bhauman/bhauman.github.com/blob/master/project.clj to see how the example is done.