Skip to content

Files

Latest commit

 

History

History
29 lines (15 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 529 Bytes

covidvobcich.cz importer service

The service is used to import data from ÚZIS datasets, transform them, and store them in the Firestore database.

Available commands

yarn lint

Starts linter checks.

yarn build

Transpiles TypeScript files to JavaScript.

yarn dev

Builds and runs the app directly without starting the web server.

yarn start

Runs the web server listening for Cloud Scheduler invocations.

yarn deploy

Builds and deploys the app.

yarn deploy:app

Deploys the app.