[Structure] Add platform structure

Add general structure for Open MCT Web, including
top-level and second-level directory structure.
README files are included to explain the role of
each directory; markdown is used to allow for
richer display when viewer support is present.

WTD-519.
This commit is contained in:
Victor Woeltjen
2014-10-27 18:17:27 -07:00
parent 89283fc4b1
commit 42bc4599b8
11 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
This directory contains bundles containing common user interface
elements of Open MCT Web; that is, the user interface for the application
as a whole (as opposed to for specific features) is implemented here.