- Node 16+
- Docker
- Create a
.env
with the scheme found here: https://github.com/include-dcc/include-portal-ui/blob/main/.env.schema - Make sure to fill all the variables
- Start bastion using:
igor
- Install dependencies:
npm install
- Start the project:
npm start
- Clone: https://github.com/include-dcc/include-users-api
- Follow the steps here: https://github.com/include-dcc/include-users-api/blob/main/README.md
- Make sure to add the include keycloak config for the users-api in your
.env