Go to file
2023-07-23 09:01:18 +05:30
.vscode Removed VSCode Dev Container 2023-07-23 09:00:19 +05:30
brewman Feature: Adding recipe templates to print recipes. 2023-07-23 08:12:21 +05:30
docker Chore: Updated to Angular 16 2023-07-23 09:01:18 +05:30
overlord Chore: Updated to Angular 16 2023-07-23 09:01:18 +05:30
.env
.gitignore
CHANGES.md
deploy.sh Chore: Move from remote database host to linked docker container 2022-07-05 07:09:44 +05:30
lint.sh Feature: Adding recipe templates to print recipes. 2023-07-23 08:12:21 +05:30
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