You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
324 B
15 lines
324 B
# tts_js
|
|
|
|
TTS Framework - JavaScript assets.
|
|
|
|
Install node, npm, then GulpJS.
|
|
Google how to install node & npm for your OS.
|
|
|
|
GulpJS here:
|
|
$ sudo npm install --global gulp-cli
|
|
|
|
Goto this Repo where the package.json file exists, then run:
|
|
$ npm install
|
|
|
|
Now, Compile all JavaScript assets into the assets/dist folders:
|
|
$ gulp
|
|
|