Team Members
User guides for this app can be found in docs/guides
File Structure
├── docs # Documentation files (alternatively `doc`)
│ ├── TOC.md # Table of contents
│ ├── plan # Scope and Charter
│ ├── design # Getting started guide
│ ├── final # Getting started guide
│ ├── logs # Team Logs
│ └── ...
├── build # Compiled files (alternatively `dist`))
├── app # Source files (alternatively `lib` or `src`)
├── test # Automated tests (alternatively `spec` or `tests`)
├── tools # Tools and utilities
├── LICENSE # The license for this project
└── README.md