Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 534 Bytes

hackorona

use virtualenv pls,

then run the following commands to set it up (you need to have python 3, virtual env and npm installed:

virtualenv env

. env/bin/activate

pip3 install -r requirements.txt

npm install package.json

python manage.py migrate

then you need to run these 2 in parralel in a terminal:

npm run watch

python manage.py runserver

and then you can see your beautiful website at http://127.0.0.1:8000/

Credits

image resources from Pexel

html template based on w3-school open resources