Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 544 Bytes

File metadata and controls

19 lines (14 loc) · 544 Bytes

RefuAPP backend 🏠

Summary

Installing dependencies and environment:

Note: Python version used in the project is 3.11

Install the development and build dependencies 📦

pip install -r requirements.txt

Install the git hooks for following the development standards 🧍

sudo npm install -g @commitlint/{config-conventional,cli}
pre-commit install && pre-commit autoupdate && pre-commit install --hook-type commit-msg