-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from fabiodmota/main
add new files
- Loading branch information
Showing
4 changed files
with
41 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Authors | ||
|
||
The following people have contributed to this repository: | ||
|
||
- Fábio Mota, CGI, https://github.com/fabiodmota | ||
- Alexandre Silva, CGI, https://github.com/alexsilva-CGI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Value added Services - Frontend | ||
|
||
This project is a Frontend web application for the value added services project written in React.JS | ||
|
||
* INT: https://country-risk-dashboard.int.demo.catena-x.net/ | ||
* DEV: https://country-risk-dashboard.dev.demo.catena-x.net/ | ||
* Components: https://portal.dev.demo.catena-x.net/_storybook/ | ||
|
||
# Getting Started and How to run locally | ||
|
||
Clone the source locally: | ||
|
||
```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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.