spaCy/website
Matthew Honnibal 8430db06b1 Merge pull request #173 from kmeurer/master
Add force flag to installation page.
2015-11-19 20:58:42 +11:00
..
src/jade Merge pull request #173 from kmeurer/master 2015-11-19 20:58:42 +11:00
create_code_samples * Add missing import for website/ceate_code_samples 2015-10-25 23:27:55 +11: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/...