Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 762 Bytes

README.md

File metadata and controls

51 lines (42 loc) · 762 Bytes

IDE Mission control module

Description

Serves as an orchestrator and gateway between the app many user interfaces and the development container. See Archtecture Specs for more details on MissionControl.

Installation and Running

npm install gulp serve

Tests and Dev

gulp nodemon gulp test Hint: To run tests, you must have a etcd server running and also the mocks project

Interfaces

File

  • create
  • list
  • delete
  • apNode
  • rmNode
  • edNodeAtt

Project

  • create
  • retrieve
  • list

PaaS

  • deploy

Access Points

  • src/ Source code.
  • src/marked/ Marked source code.
  • gui/ Graphical user interface.
  • editor/ Text editor.
  • cli/ Command line interface.