Update Chatbot-UI.md

Added a small line to find the package.json
This commit is contained in:
Amol Wankhede 2023-09-01 15:50:13 -07:00 committed by GitHub
parent c2cb80bc67
commit cb942ac3dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
```shell
git clone https://github.com/mckaywrigley/chatbot-ui
cd chatbot-ui (change dir to chatbot-ui to find the package.json)
npm i
npm run dev
```