- 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
- Follow the steps here: https://github.com/kids-first/kf-portal-ui/blob/2.0/dev_tools/nginx/README.md
Run to install storybook submodules
git submodule init
git submodule update
Name structure is type/SKFP-[github ticker number]/description
e.g.
"fix/SKFP-23432/issue-with-..."
Supported types:
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
- docs: Documentation only changes
- feat: A new feature
- fix: A bug fix
- perf: A code change that improves performance
- refactor: A code change that neither fixes a bug nor adds a feature
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- test: Adding missing tests or correcting existing tests
Commit message should follow a customized conventional commits specification
Message structure is type([scope]): #[github ticker number] message
e.g.
"fix(CohortBuild): #23432 Resolve issue with ..."
"feat: #23423 Member can now do ..."
Supported types:
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
- docs: Documentation only changes
- feat: A new feature
- fix: A bug fix
- perf: A code change that improves performance
- refactor: A code change that neither fixes a bug nor adds a feature
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- test: Adding missing tests or correcting existing tests
See Documentation
Steps from scratch:
- Clone this repo
- Checkout branch 2.0
- Add a .env file with the required values at the root of the project (based on the .env.schema file)
docker-compose up