- Node.js - v.16 is currently in use (check
.nvmrc
for the current version) - yarn - tested with 1.22.19
- Simply run
yarn
to install/update dependencies defined in package.json.
- Rewrites all processed files in place accordingly to Prettier formatting settings, checks if all files are formatted, automatically fixes eslint problems, and finally invokes TypeScript compiler.
Please provide the environment variables required for application to operate by using the .env
file or passing them via CLI.
See example in .env-example
.
- Executes the
index.ts
script.