Skip to content

Commit

Permalink
quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmoffet committed Jul 24, 2024
1 parent fb48359 commit bf65a58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Quickstart

Run this from the root of the repo:
`npm install && npm run build && ./backend/start.sh`
Run this from the root of the repo (don't forget the .env file):

```bash
pip install -r ./backend/requirements.txt
npm install && npm run build && ./backend/start.sh
```

It should kick off two servers from /backend and /backend/pipelines at 8080 and 9099, respectively.

Expand Down

0 comments on commit bf65a58

Please sign in to comment.