mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
41c50e509c
push version and add spacy channel |
||
---|---|---|
.. | ||
src | ||
create_code_samples | ||
Makefile | ||
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/...