Skip to content

deployd/dpd-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployd Dashboard

Gitter Current Version Build Status

Add a dashboard for your Deployd app

Getting started

To install the Deployd Dashboard in your existing Deployd project, run the following command:

npm install dpd-dashboard --save

Then, access the dashboard under the following address:
http://localhost:2403/dashboard

If you do not plan to use the dashboard on production, use the following command to install it:

npm install dpd-dashboard --save-dev

License

This project is licensed under the MIT License - see the LICENSE file for details