This project uses TypeScript, ESLint, Jest, Winston, Prettier, and more. Please take a look at the package.json file for details.
To get started, run the following commands:
-
npm install
&&npm start
-
If you want to update packages to the latest versions (optional), you can use the following commands:
npx npm-check-updates -u
&npm install
-
Additionally, if you want to check for any outdated npm packages, you can run:
npm outdated
. If you find any outdated modules, please repeat step 2. EOF