Skip to content

Commit

Permalink
Add flask instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Szplugz authored Aug 5, 2024
1 parent f733efe commit ae37cb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ npm i
npm run dev
```

Then, create a new terminal session, `cd` into `/api`, and start the flask server.

```
python3 server.py
```

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!

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

0 comments on commit ae37cb1

Please sign in to comment.