mirror of
https://github.com/MadcowD/ell.git
synced 2024-09-22 16:14:36 +03:00
add missing dependency, update README
This commit is contained in:
@@ -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:
|
||||
```
|
||||
|
||||
2
ell-studio/package-lock.json
generated
2
ell-studio/package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user