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.git
this repository- change into the new directory
- Install node dependencies:
npm install
- Run
gulp init
to install all client-side dependencies.
- Run
gulp dev
to start both a watched build of the client and server. - Mockboard will be available under http://localhost:3141.
gulp validate
to run linters and tests
gulp client:build
to build the client
TODO