Skip to content

FrancescaDr/nsvki.nl

 
 

Repository files navigation

NSVKI website

Setup

Ubuntu install packages (other OS's should install similar stuff):

sudo apt-get install python3 python3-pip python-virtualenv

Create the virtual environment:

virtualenv venv/ -p /usr/bin/python3
. venv/bin/activate
pip install -r requirements.txt

Run the site with:

python run.py

Changing content

If you want to make changes to the website, please fork this repository, make your changes, and create a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.0%
  • Python 6.9%
  • Makefile 1.3%
  • Other 0.8%