You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
Implement a more organized and logical file structure.
Now we have the following directories:
.gitassets// where we keep: config.txt (template), private API keys etc docs// where we keep GitHub related docsimages// where we keep GitHub related imagesnode_modulesresources// where we keep personal or universal voice models and sound files scripts// where we keep the google-authentication scriptstranslations
We would like to:
keep all API keys, secrets and related files in one directory assets
keep all voice models (MMM default, universal, personal) in a resources subdirectory:
p_models
u_models
alexa
ga
The text was updated successfully, but these errors were encountered:
Implement a more organized and logical file structure.
Now we have the following directories:
We would like to:
assets
resources
subdirectory:The text was updated successfully, but these errors were encountered: