Skip to content

Commit

Permalink
Merge pull request #92 from catenax-ng/fix/TRG1.X_findings
Browse files Browse the repository at this point in the history
Update Readme.md and Install.md
  • Loading branch information
fabiodmota authored Feb 20, 2024
2 parents bcd5d12 + e3e3529 commit 2b41aa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Updated arc42 documentation to align with the EDC updated Country Risk application.
- Update Readme.md and Install.md

### Added
- Added Error Page for when user is with right credentials but not subscribed to the App
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ This project is a Frontend web application for the value added services project
Clone the source locally:

```sh
git clone "URL-OF-PROJECT"
cd product-vas-country-risk-frontend
git clone https://github.com/eclipse-tractusx/vas-country-risk.git
cd vas-country-risk
```

To run with the APIs of the local backend part of the project, you need to change the APIs URLs on the .env file!

Do the following command `npm install @emotion/react @emotion/styled @mui/[email protected] @mui/[email protected] react-simple-maps cx-portal-shared-components react-scripts`
Do the following command `npm install`
to install the application.

After that the application should be run with
Expand Down
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,9 @@ There are two demo environments provided by Catena-X:
* Components: https://portal.dev.demo.catena-x.net/_storybook/
# Getting Started and How to run locally

Clone the source locally:
You can follow our installation guides to install and run our application:

```sh
git clone "URL-OF-PROJECT"
cd product-vas-country-risk-frontend
```

To run with the APIs of the local backend part of the project, you need to change the APIs URLs on the .env file!

Do the following command `npm install @emotion/react @emotion/styled @mui/[email protected] @mui/[email protected] react-simple-maps cx-portal-shared-components react-scripts`
to install the application.

After that the application should be run with
the `npm start` command.
This will run the application on the following URL: [http://localhost:3000](http://localhost:3000)
* [Install Vas Country Risk](./INSTALL.md)


## Notice for Docker image
Expand Down

0 comments on commit 2b41aa6

Please sign in to comment.