Skip to content

Commit ae37cb1

Browse files
authored
Add flask instructions to README
1 parent f733efe commit ae37cb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ npm i
1313
npm run dev
1414
```
1515

16+
Then, create a new terminal session, `cd` into `/api`, and start the flask server.
17+
18+
```
19+
python3 server.py
20+
```
21+
1622
Upload file at `localhost:3000` and revel at the beauty of trillions of electrons running around on your machine and around the world to produce beautifully streamed text on your screen!
1723

1824
_I know this is a terrible README and I'm probably missing a bunch of instructions, so pls lmk what._

0 commit comments

Comments
 (0)