Go to file
Amritanshu Agrawal cd6a5e129f Feature: Recording the nutritional and ice cream related values in the database 2023-12-25 10:57:44 +05:30
.vscode
brewman Feature: Recording the nutritional and ice cream related values in the database 2023-12-25 10:57:44 +05:30
docker Fix: The Title was showing additional quote signs 2023-12-25 10:55:58 +05:30
overlord Feature: Recording the nutritional and ice cream related values in the database 2023-12-25 10:57:44 +05:30
.env Feature: Made the title configurable 2023-08-23 11:42:13 +05:30
.gitignore
CHANGES.md
README.md
deploy.sh
lint.sh Changes made by ruff 2023-12-25 10:53:21 +05:30
version_bump.sh

README.md

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