add missing dependency, update README

This commit is contained in:
chrisaddy
2024-07-30 16:02:09 -04:00
parent 0e60e3d352
commit f71d4d9b7c
3 changed files with 4 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ To run `ell-studio` you must seperately run the backend and the front-end. To st
```
cd ell-studio
npm run dev
npm run start:dev
```
To start the backend:
```

View File

@@ -24,7 +24,7 @@
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.18.0",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"reactflow": "^11.11.4",
"web-vitals": "^2.1.4"

View File

@@ -19,7 +19,7 @@
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.18.0",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"reactflow": "^11.11.4",
"web-vitals": "^2.1.4"
@@ -54,4 +54,4 @@
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}
}