Go to file
2021-09-11 15:43:18 +05:30
brewman Added: Rate Contract Module. To implement: Checking this during purchase. 2021-09-11 15:43:18 +05:30
docker/app
overlord Added: Rate Contract Module. To implement: Checking this during purchase. 2021-09-11 15:43:18 +05:30
sql
.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