Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 662 Bytes

DEVELOPING.md

File metadata and controls

13 lines (10 loc) · 662 Bytes

Project Structure

Here is a general overview of some of the more important directories/files in the project.

.
├── data
│   └── workspace.json      // an export of the TJBot assistant workspace
├── config.new.js           // copy to local file config.js to store all credentials and config items
├── run.js                  // Node.js app

For additional help understanding the code you can check out this blog written by Josh Zheng about how to install and configure audio components for our journey.