spaCy/website
2015-12-02 14:12:46 +01:00
..
src/jade http -> https for api.spacy.io 2015-12-02 14:12:46 +01:00
create_code_samples fix website build 2015-11-19 13:22:56 +01:00
README.md fix jade warnings, strip redundant html pages 2015-11-24 22:31:49 +01:00

Source for spacy.io

This directory contains the source for official spaCy website at http://spacy.io/.

Fixes, updates and suggestions are welcome.

Releases

Changes made to this directory go live on spacy.io. <When / how often?>

The Stack

The site is built with the Jade template language.

See fabfile.py under web() for more

Developing

To make and test changes

  npm install jade --global
  fab web
  cd website/site; python -m SimpleHTTPServer 8000; cd -

Then visit localhost:8000