You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/portal/docs/development-setup.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# Development Setup
2
2
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.
4
4
5
5
## Prerequisites
6
6
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:
8
8
9
9
-**NVM (Node Version Manager):** Use NVM to manage Node.js versions.
10
10
-**Node.js** Node.js v20.x or higher. Can be installed via `nvm` using `nvm install 20` and used with `nvm use 20`.
11
11
-**Git:** Git v2.x or higher.
12
12
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.
14
14
15
15
Please make sure to have these versions installed on your development server before proceeding with the setup.
16
16
@@ -56,4 +56,4 @@ Please make sure to have these versions installed on your development server bef
56
56
npm run start
57
57
```
58
58
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