7fbdcc2ab7101602030d86217c4b26603a6b7d85
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
-
Linux
cd frontend && npm install && cd - -
Windows
pushd .; cd frontend; npm install; popd
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
51.5%
HTML
35.3%
CSS
7.3%
JavaScript
4.9%
SCSS
1%