1e49f104d786e493a377534bde9f0d928c2eaaa9
First run
- install https://nodejs.org/en (tested with version 20)
- install https://www.python.org/ (tested with version 3.12)
cp .env.sample .env- modify .env
- follow requirements sections
Requirements python
-
for dev :
pip install -r requirements/dev.txt -
for prod :
pip install -r requirements/prod.txt
Requirements nodejs
cd frontendandnpm install
Run project
-
for dev :
- in base dir
python manage.py runserver - in frontend dir
npm run dev
- in base dir
-
for prod : in frontend dir
npm run build
Description
Languages
Python
85.7%
JavaScript
8.5%
HTML
5.2%
Vue
0.4%
CSS
0.2%