yarn run start
This will serve your app with a mock server. You can find the mock data in
mock/data.json
yarn run start:ff4j-features
yarn run start:ff4j-properties
yarn run start:ff4j-dashboards
This will serve your app with a mock server. You can find the mock data in
mock/data.json
yarn run build
yarn run build:prod
The build artifacts will be stored in the dist/
directory.
yarn run build:features-element
yarn run build:properties-element
yarn run build:dashboards-element
The build artifacts will be stored in the elements/
directory.
yarn run test:all
yarn run test:ff4j-features
yarn run test:ff4j-properties
yarn run test:ff4j-dashboards
Coverage reports can be found at coverage/
We are really glad you're reading this, because we need volunteer developers to help this project come to fruition.
When contributing to this repository, please first discuss the change you wish to make via issue, email, slack or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Ensure you have performed a self-review of your changes
- Ensure the new changes generate no new warnings
- Ensure you have added tests that prove the fix is effective or that the feature works
- Ensure new and existing unit tests pass locally with my changes
- Ensure your commit message should follow conventional commit message guidelines