PanteonProject / panteon-dashboard

Panteon Web UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard

Panteon Web UI

Preview

Development

Requirements

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.

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, ui.router and ngCookies.

Credits

About

Panteon Web UI

License:MIT License


Languages

Language:JavaScript 57.0%Language:HTML 43.0%