Go to file
2023-01-31 17:51:20 +05:30
.vscode Some git cleanup 2022-07-29 07:28:09 +05:30
brewman Fix: The date format is more flexible. This is to accommodate the new machine installed in 26. 2023-01-31 17:50:29 +05:30
docker Chore: Updated the dockerfile to python 3.11 and also with poetry 2023-01-31 17:51:20 +05:30
overlord Chore: Updated mat inputs to better match the style guide. Removed placeholders in favour of labels. 2023-01-31 17:49:15 +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