Skip to content

Commit

Permalink
Update website README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Oct 18, 2016
1 parent da09851 commit fb99d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

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 Components"](https://explosion.ai/blog/modular-markup).
writing. You can read more about our approach in our blog post, ["Rebuilding a Website with Modular Markup"](https://explosion.ai/blog/modular-markup).


## Building the site

```bash
sudo npm install --global harp
git clone https://github.com/explosion/spacy
git clone https://github.com/explosion/spaCy
cd website
harp server
```
Expand Down

0 comments on commit fb99d0b

Please sign in to comment.