File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Look at [/backend/.env-dev](https://github.com/BrainDriveAI/BrainDrive-Core/blob
7777In the ** first terminal window** :
7878
7979``` bash
80- cd BrainDrive-Core/ backend
80+ cd backend
8181uvicorn main:app --host localhost --port 8005
8282```
8383
@@ -88,7 +88,7 @@ uvicorn main:app --host localhost --port 8005
8888In the ** second terminal window** :
8989
9090``` bash
91- cd BrainDrive-Core/ frontend
91+ cd frontend
9292npm install
9393```
9494
@@ -147,14 +147,14 @@ conda activate BrainDriveDev
147147### 3️⃣ Start the Backend Server
148148
149149``` bash
150- cd BrainDrive-Core/ backend
150+ cd backend
151151uvicorn main:app --reload --host localhost --port 8005
152152```
153153
154154### 4️⃣ Start the Frontend Server
155155
156156``` bash
157- cd BrainDrive-Core/ frontend
157+ cd frontend
158158npm run dev
159159```
160160
You can’t perform that action at this time.
0 commit comments