From 7c4d347b343df9ad918b98955a63dee08de5d5f2 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 3 Oct 2016 20:21:33 +0200 Subject: [PATCH] Update README.md for website --- website/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/README.md b/website/README.md index 389721da0..cbffe6b93 100644 --- a/website/README.md +++ b/website/README.md @@ -4,14 +4,15 @@ The [spacy.io](https://spacy.io) website is implemented in [Jade (aka Pug)](https://www.jade-lang.org), and is built or served by [Harp](https://harpjs.com). Jade is an extensible templating language with a readable syntax, that compiles to HTML. The website source makes extensive use of Jade mixins, so that the design system is abstracted away from the content you're -writing. You can read more about our approach in our blog post, ["Rebuilding a Website with Modular Markup"](https://explosion.ai/blog/modular-markup). +writing. You can read more about our approach in our blog post, ["Rebuilding a Website with Modular Markup Components"](https://explosion.ai/blog/modular-markup). ## Building the site ```bash sudo npm install --global harp -git clone https://github.com/explosion/spacy.io +git clone https://github.com/explosion/spacy +cd website harp server ```