Skip to content

sollan/hackorona

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.2%
  • HTML 17.8%
  • JavaScript 17.0%