Skip to content

guiderOrg/legacy-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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