Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.22 KB

THAT communications Api

All things communications and querying data for them.

Push Main CI for Cloud Run

.github/workflows/ci_onPushMain.yml

Dependencies

  • Node 14+

Setup and Configuration

  • Install node.js in use: nodenv install $(cat .node_version)
  • Load dependencies: npm i

setup notes:

.env

You will need to add a .env file to your source. See the .env.sample included in the source base for the keys.

Running

The main development starting point is npm run start:watch

  • npm run start:watch to run with a watcher.
  • npm run start to just run`.

Endpoints