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
- Host: GitHub
- URL: https://github.com/bugthesystem/panteon-dashboard
- Owner: bugthesystem
- License: mit
- Created: 2015-08-20T11:30:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T15:38:58.000Z (about 10 years ago)
- Last Synced: 2025-02-05T13:49:48.430Z (over 1 year ago)
- Topics: angular, bower, dashboard, gulp, panteon-dashboard
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashboard
Panteon Web UI

## Preview

## 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)