Starter application for querying data in Telicent CORE
## Intro
- Clone and navigate to telicent-query, then install dependencies:
yarn
. - Create custom config (Optional) - Default Config: can be found in
override.env-config.js
- Run:
cd <projectRoot> cp ./override.env-config.js env-config.js
- Edit:
env-config.js
andsensitive/secret-config.js
(gitignored)Note: In local, these files are copied to
./public
- Run
yarn start
to start QUERY.
When a feature branch is pushed to origin, a workflow will be triggered that will run integrated tests. The pull request for the feature branch will only be able to be merged if these pass.
When the feature branch is merged into main
, another workflow will be triggered that assesses the
commit history and calculates the next version number. A release PR with an automatically generated changelog will be generated.
It is possible to merge more than one feature branch into main. The release PR will update accordingly. Once you are happy with the release PR, merge it into
main
and a new tag and release will be created.