Skip to content

Commit bee0177

Browse files
committed
update documentation
1 parent a65a312 commit bee0177

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
### Getting Started
44

55
Ensure you are using node version `14.19.0` and npm version `6.14.6`. To manage different versions of node, we recommend using a [node version manager](https://github.com/tj/n)
6-
Move to the branch `portal-ui` for the latest front end code and install the dependencies from the root folder.
6+
Move to the branch `portal-ui` for the latest front end code and install the dependencies from the root folder.
77

88
Once completed, navigate to `modules/components` and follow the README there for setup and development guides.
9+
10+
### Frontend Development
11+
12+
You need to navigate to /modules/components and read the README

modules/components/.env.schema

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
STORYBOOK_ARRANGER_API=http://localhost:5050
2-
STORYBOOK_ES_HOST=http://localhost:9200
3-
STORYBOOK_PROJECT_ID=
4-
STORYBOOK_ACTIVE_INDEX=
5-
STORYBOOK_ACTIVE_INDEX_NAME=
6-
STORYBOOK_PORTAL_NAME=Data Portal
7-
STORYBOOK_DISABLE_SOCKET=true
1+
DEFAULT_AUTH_URL=https://lab-iam.indocpilot.io
2+
KEYCLOAK_REALM=dev

modules/components/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ If you do not have a personal access token you will need to create one via githu
2222
![Github personal access token creation](docs/images/github-personal-access-token.png)
2323
<br></br>
2424

25-
2625
Now we're ready to install the packages. Ensure you are in `modules/components` and input `npm install` in the terminal. If you encounter any issues with installing your packages, it is likely your token has expired. Create a new token and replace the old one in the `.npmrc` file. If this does not resolve your issue, the error message in the terminal should display a file path to inspect your logs for more detailed troubleshooting.
2726

27+
Create .env file using .env.schema as an example, make sure the .env variable is updated with our current keycloak dev environment.
28+
2829
Upon completing the installation, input `npm run start` to start up the local server. Once it loads you will be required to login with your dev environment credentials, or if you have an instance of the dev environment opened you will be logged in automatically.
2930

3031
`modules/components/src/App.js` is the entry point of the local development server.

0 commit comments

Comments
 (0)