Mockboard is a widget-driven dashboard written in Ember.js and Node.js. It is very much a work in progress.
The aim is to create an easily customizable dashboard with the ability to add and edit many types of widgets.
You will need the following things properly installed on your computer:
Once you have all the prerequisites, you can proceed with installing the dependencies.
git clone https://github.com/kevinkucharczyk/mockboard.gitthis repository- change into the new directory
- Install node dependencies:
npm install - Run
gulp initto install all client-side dependencies.
- Run
gulp devto start both a watched build of the client and server. - Mockboard will be available under http://localhost:3141.
gulp validateto run linters and tests
gulp client:buildto build the client
TODO