-
Make sure docker engine is installed. Check it with:
docker --version
If its not installed you can download it on the Docker website.
-
Make sure NodeJs is installed. Check it with:
node --version
If its not installed you can download it on the NodeJs website.
-
Make sure npm is installed. Check it with:
npm --version
- Clone the repositorys
M.I.K.A.
andRasa-chatroom-react
to your machine - Open your commandline and navigate to the
M.I.K.A
repository - Build the Dockerfile using
docker build -t my-mika-image .
- Run the Docker image using
docker run -p 5005:5005 my-mika-image
- Use your commandline and navigate to the
Rasa-chatroom-react
repository - Use the following command to start your frontend
By default the site is hostet on http://localhost:5173/
npm run dev
poetry run rasa run --enable-api --cors "" && rasa run actions --cors ""
poetry run rasa train