Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 618 Bytes

build-instructions.md

File metadata and controls

24 lines (17 loc) · 618 Bytes

setup

cd frontend
npm install

cd server
npm install

cd rasa
rasa train

download the deepspeech files: https://brocku-my.sharepoint.com/:f:/g/personal/ag17za_brocku_ca/Ekv0ZEXX_qtFr1nlMULxEtwBLq4k4YdLQYhzy1ohkhyHug?e=jQXKAr (or get them from mozilla) which will need to be placed in server/dist

running the site with live reloading

cd rasa
rasa run --port 3001
rasa run actions

cd server
npx nodemon index

cd frontend
npm start

You may need to wait for the rasa server to boot up fully before starting the node server and webpack dev server.