spaCy/website
Henning Peters d1850dcbf7 Merge branch 'master' of https://github.com/honnibal/spaCy 2015-09-28 01:13:02 +02:00
..
src Merge branch 'master' of https://github.com/honnibal/spaCy 2015-09-28 01:13:02 +02:00
tests new proposal for doctests 2015-09-25 11:54:32 +02:00
Makefile new proposal for doctests 2015-09-25 11:52:14 +02:00
README.md Create README.md 2015-09-24 03:23:48 -07:00
create_code_samples new proposal for doctests 2015-09-25 11:52:14 +02:00

README.md

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/...