spaCy/website
Adam Mathias Bittlingmayer cecb04cfba Create README.md
2015-09-24 03:23:48 -07:00
..
src * Add website to version control 2015-09-24 18:15:07 +10:00
Makefile * Add Makefile. Currently incomplete 2015-09-24 18:16:39 +10:00
README.md Create README.md 2015-09-24 03:23:48 -07: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 the Makefile for more

Developing

To make and test changes

  npm install jade --global
  cd website
  make
  python -m SimpleHTTPServer 8000

Then visit localhost:8000/src/...