-
Notifications
You must be signed in to change notification settings - Fork 4
docs(tts-middleware): document how to run the middleware in development (locally) #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
dlothian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful :')
joanise
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very nice, thank you!
A small suggestion: when you put code blocks in a bullet list, if you indent the triple backticks along with the contents by three spaces (yes, annoyingly, 3!) it formats the code block correctly as part of the numbered or itemized list.
Compare
with
I put some code suggestions to that effect below, but they're not showing properly for me, so I suspect they won't work if you just accept them, so better redo them manually if you agree.
PS: using 7 (!) spaces also works: that's the three spaces to say you're continuing a list item plus the four spaces to say it's a code block without guards:
| ```bash | ||
| cd path/to/your/tts-middleware | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ```bash | |
| cd path/to/your/tts-middleware | |
| ``` | |
| ```bash | |
| cd path/to/your/tts-middleware |
| ```bash | ||
| npm install | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ```bash | |
| npm install | |
| ``` | |
| ```bash | |
| npm install |
| ```bash | ||
| node index.js | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ```bash | |
| node index.js | |
| ``` | |
| ```bash | |
| node index.js |






Read me for tts-middle ware