Skip to content

micheldore/nsvki.nl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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