File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ HATCHET_CLIENT_TOKEN="<token>"
2020OPENAI_API_KEY="<openai-key>"
2121```
2222
23- 2 . Open a terminal and navigate to the project root directory (` /fast-api-react ` ).
23+ 2 . Open a terminal and navigate to the project backend directory (` /fast-api-react/backend ` ).
2424
25253 . Run the following command to install the project dependencies:
2626
@@ -48,7 +48,7 @@ poetry run hatchet
4848
4949We've included a basic chat engine frontend to play with the example workflow. To run this script:
5050
51- 1 . Open a new terminal window and cd into the [ ` . /frontend` ] ( ./frontend/ ) directory.
51+ 1 . Open a new terminal window and cd into the [ ` fast-api-react /frontend` ] ( ./frontend/ ) directory.
52522 . run ` npm install `
53533 . run ` npm start `
54544 . By default you can access the application in your browser at ` http://localhost:3000 ` or by following the instructions in the terminal window.
You can’t perform that action at this time.
0 commit comments