Skip to content

ganop/PipelineDashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floobits Status Build Status Help Contribute to Open Source

PipelineDashboard

Display your deployed versions and monitor it.


Screenshot

Screenshot

Screenshot


REQUIREMENTS

  • node (minimum v8)
  • npm (minimum v5)
  • java (minimum v8)

Built with love using...

angular nodejs

serverless aws

QUICK START

Using make to build and run the project(s):

    1. Install the npm dependencies for all projects, use make install.local

Open 2 terminals and run each of these commands in its own terminal:

    1. API AUTH0_CLIENT_ID_TEST=XXX AUTH0_CLIENT_SECRET_TEST=YYY NODE_ENV=development make api

NOTE: You will need a pem file for local development

    1. UI make ui

Then visit http://localhost:4200/

Additional useful commands

  • make api.clean resets the config files (do not use if you have made manual changes to the `api/config.json file)

SUB PROJECTS

  • API, read the API docs
  • Web UI, read the UI docs
  • Alexa Skill, read the Alexa Skill docs

Collaboration

Use Floobits to do realtime coding collaboration.


Packages

No packages published

Languages

  • TypeScript 36.3%
  • JavaScript 29.4%
  • HTML 25.3%
  • Makefile 8.3%
  • CSS 0.7%