From cecb04cfba2c596859ab91800a9f61e427d302e7 Mon Sep 17 00:00:00 2001 From: Adam Mathias Bittlingmayer Date: Thu, 24 Sep 2015 03:23:48 -0700 Subject: [PATCH] Create README.md --- website/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 website/README.md diff --git a/website/README.md b/website/README.md new file mode 100644 index 000000000..efc3cd96c --- /dev/null +++ b/website/README.md @@ -0,0 +1,30 @@ +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. + + +The Stack +-------- +The site is built with the [Jade](http://jade-lang.com/) template language. + +See [the Makefile](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/...](http://localhost:8000/src/)