Skip to content

Commit

Permalink
docs: update usage guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij-k-osmosys committed Dec 2, 2024
1 parent f9d8a5a commit d19b012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api/docs/usage-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Follow the development setup guides for API and portal to set up the codebase be
## 3. Using the Transcript Summarizer Portal

1. **Start the API**
Run the scheduler script.
Run the scheduler script (see [Codebase Setup](#codebase) for details).
2. **Start the Portal**
The Transcript Summarizer Portal should now be running locally at:
- `http://localhost:4200` (Standard setup)
Expand All @@ -69,7 +69,7 @@ When using the API, you'll need to set your **Microsoft authentication token** a

### Getting your Microsoft authentication token

1. Start the API. Run the scheduler script.
1. Start the API and scheduler (see [Codebase Setup](#codebase) for details).
2. Start the Portal
3. Transcript Summarizer Portal should be running locally at `http://localhost:4200` (or `http://localhost:5000` for docker setup).
4. Open the portal URL. You will be prompted to log in to your Microsoft account.
Expand Down

0 comments on commit d19b012

Please sign in to comment.