An open API service indexing awesome lists of open source software.

https://github.com/bugthesystem/panteon-dashboard

Panteon Web UI
https://github.com/bugthesystem/panteon-dashboard

angular bower dashboard gulp panteon-dashboard

Last synced: 7 months ago
JSON representation

Panteon Web UI

Awesome Lists containing this project

README

          

# Dashboard
Panteon Web UI

![](https://github.com/PanteonProject/panteon-dashboard/blob/master/misc/path4141.png)

## Preview
![](https://raw.githubusercontent.com/PanteonProject/panteon-dashboard/master/misc/dash-ui.png)

## Development

### Requirements
* [NodeJS](http://nodejs.org/) (with [NPM](https://www.npmjs.org/))
* [Bower](http://bower.io)
* [Gulp](http://gulpjs.com)

### Installation
1. Clone the repository: `git clone https://github.com/PanteonProject/Dashboard.git`
2. Install the NodeJS dependencies: `sudo npm install`.
3. Install the Bower dependencies: `bower install`.
4. Run the gulp build task: `gulp build`.
5. Run the gulp default task: `gulp`. This will build any changes made automatically, and also run a live reload server on [http://localhost:8888](http://localhost:8888).

Ensure your preferred web server points towards the `dist` directory.

### Development
Continue developing the dashboard further by editing the `src` directory. With the `gulp` command, any file changes made will automatically be compiled into the specific location within the `dist` directory.

#### Modules & Packages
By default, Panteon Dashboard includes [`ui.bootstrap`](http://angular-ui.github.io/bootstrap/), [`ui.router`](https://github.com/angular-ui/ui-router) and [`ngCookies`](https://docs.angularjs.org/api/ngCookies).

## Credits
* [Rdash-Angular](https://github.com/rdash/rdash-angular)