This directory contains the source for official spaCy website at http://spacy.io/.
Fixes, updates and suggestions are welcome.
Changes made to this directory go live on spacy.io. <When / how often?>
The site is built with the Jade template language.
See fabfile.py under web() for more
To make and test changes
npm install jade --global
fab web
cd website/site; python -m SimpleHTTPServer 8000; cd -
Then visit localhost:8000