This project is built using Angular CLI version 15.2.9.
To install all dependencies, run:
yarn installAlternatively, you can use npm, pnpm, or bun:
npm installpnpm installbun installTo start the development server, execute:
yarn startFor other package managers:
npm startpnpm startbun startTo compile the project, use:
yarn buildFor other package managers:
npm run buildpnpm run buildbun run buildThe compiled output will be placed in the dist/ directory.