Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
- Add initial support for Node/Server side testing
- Minor bug fix for chats
  • Loading branch information
paschmann committed Sep 17, 2019
1 parent c79619e commit cb0ef50
Show file tree
Hide file tree
Showing 31 changed files with 2,124 additions and 113 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -35,7 +35,8 @@ Rasa UI can run on your Rasa instance, or on a separate machine. Technically Ras

```
git clone https://github.com/paschmann/rasa-ui.git
cd rasaui && npm install
cd rasaui
npm install
```

## Running
Expand Down

0 comments on commit cb0ef50

Please sign in to comment.