Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 290 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 290 Bytes

Guider Web

Build Front End Codes

build to static/ directory

cd ./front-vue/ && npm install && npm run build && cd ..

Install Python Dependencies

It is recomended to use Virtualenv

pip3 install -r requirements.txt

Run

python3 manage.py run