1.0.0 • Published 2 years ago

dmzaks-realtime-dmztest-facade-reactui v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

dmzaks-realtime-dmztest-facade-reactui

Just a test repo to verify the deployment of the DMZ

Build Status

[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 of main.
  • 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 include feat: for a new feature and fix: for a new hotfix before the merge message.
    • You can also simply name the PR feat: your feature name or doc: pr description. A squash is still required.
    • Full list of valid values can be found here.