Skip to content

Commit 1e4d4b4

Browse files
docs: fix typo
1 parent c05b619 commit 1e4d4b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/portal/docs/development-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Development Setup
22

3-
This document outlines the steps required to set up your OsmoX Portal for development. By following these steps, you'll be able to run your application locally with the necessary environment variables.
3+
This document outlines the steps required to set up your Transcript Summarizer Portal for development. By following these steps, you'll be able to run your application locally with the necessary environment variables.
44

55
## Prerequisites
66

7-
Before setting up OsmoX Portal for development, ensure you have the following prerequisites with the specified versions:
7+
Before setting up Transcript Summarizer Portal for development, ensure you have the following prerequisites with the specified versions:
88

99
- **NVM (Node Version Manager):** Use NVM to manage Node.js versions.
1010
- **Node.js** Node.js v20.x or higher. Can be installed via `nvm` using `nvm install 20` and used with `nvm use 20`.
1111
- **Git:** Git v2.x or higher.
1212

13-
These prerequisites are essential for deploying and running OsmoX Portal in an environment.
13+
These prerequisites are essential for deploying and running Transcript Summarizer Portal in an environment.
1414

1515
Please make sure to have these versions installed on your development server before proceeding with the setup.
1616

@@ -56,4 +56,4 @@ Please make sure to have these versions installed on your development server bef
5656
npm run start
5757
```
5858

59-
OsmoX Portal should now be running locally at `http://localhost:4200`. In case this port is in use, Angular Live Development Server will ask for running at a different port and provide the URL to use.
59+
Transcript Summarizer Portal should now be running locally at `http://localhost:4200`. In case this port is in use, Angular Live Development Server will ask for running at a different port and provide the URL to use.

0 commit comments

Comments
 (0)