tehtbl / grodt_prj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

The awesome project to work on something

Run It

cd <prj_path>
make venv_install_requirements
source .venv3/bin/activate

git init
pre-commit install

git add .
git commit -am 'initial commit'
git branch -M main
git remote add origin git@github.com:tehtbl/grodt_prj.git
git push -u origin main
make start_app
make logs

About


Languages

Language:Python 61.9%Language:HTML 30.9%Language:Makefile 3.1%Language:Dockerfile 2.0%Language:Shell 1.6%Language:CSS 0.5%