Go to file
Amritanshu 129664e564 Chore: Upgraded to angular 15
Chore: Moved from angular/flex-layout to Tailwind
Chore: Upgrade completed
2022-12-12 12:00:24 +05:30
.vscode Some git cleanup 2022-07-29 07:28:09 +05:30
brewman Chore: Upgraded to angular 15 2022-12-12 12:00:24 +05:30
docker
overlord Chore: Upgraded to angular 15 2022-12-12 12:00:24 +05:30
.env
.gitignore
CHANGES.md
deploy.sh
lint.sh
README.md
version_bump.sh

Prettier - to format typescript files

npx prettier --write src/app/

Eslint - to lint typescript files

eslint src/app/

Optional to fix the errors as well

eslint src/app/ --fix

Poerty remove environment

rm -rf `poetry env info -p`

Poerty install

poetry install