Spaces:
Running
Running
[NOTICKET] Demo Frontend
Browse files
README.md
CHANGED
|
@@ -6,16 +6,14 @@ sdk: docker
|
|
| 6 |
pinned: false
|
| 7 |
short_description: frontend repository for Data Eyond services
|
| 8 |
|
| 9 |
-
---
|
| 10 |
|
| 11 |
|
| 12 |
-
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
|
|
|
| 6 |
pinned: false
|
| 7 |
short_description: frontend repository for Data Eyond services
|
| 8 |
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
+
# Chatbot application
|
| 12 |
|
| 13 |
+
This is a code bundle for Chatbot application. The original project is available at https://www.figma.com/design/tRDoah0zFnGDGbyYPkay1l/Chatbot-application.
|
| 14 |
|
| 15 |
+
## Running the code
|
| 16 |
|
| 17 |
+
Run `npm i` to install the dependencies.
|
| 18 |
|
| 19 |
+
Run `npm run dev` to start the development server.
|
|
|