dmzaks-realtime-dmztest-facade-reactui
v1.0.0
Published
Just a test repo to verify the deployment of the DMZ
Downloads
3
Readme
dmzaks-realtime-dmztest-facade-reactui
Just a test repo to verify the deployment of the DMZ
[[TOC]]
Requirements
Recommended:
You can also run with these global dependencies:
Getting Started
Run bin/yarn
to install dependencies and then bin/yarn start:dev
.
Build
bin/yarn build
Tests
Run Tests
bin/yarn test
Run Coverage
bin/yarn test:cov
Lint
bin/yarn lint
or bin/yarn lint:fix
Contributing
Clone
the project locally.Branch
off ofmain
.Commit
changes to your local branch.Push
your changes up to remote.- Submit a
pull request
to be reviewed. - All scripts (
build
,test:cov
,lint
) must succeed before a merge is allowed. - When merging pull request into main choose the
squash
options and includefeat:
for a new feature andfix:
for a new hotfix before the merge message.- You can also simply name the PR
feat: your feature name
ordoc: pr description
. Asquash
is still required. - Full list of valid values can be found here.
- You can also simply name the PR