Go to file
Amritanshu 1705d58dbc Fix: Recipe now checks for recursion (hopefully)
Feature: Recipe prices are now calculated based on periods and saved
Feature: The recipe export excel now has prices
2023-08-12 08:29:21 +05:30
.vscode
brewman Fix: Recipe now checks for recursion (hopefully) 2023-08-12 08:29:21 +05:30
docker
overlord Fix: Recipe now checks for recursion (hopefully) 2023-08-12 08:29:21 +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