mirror of https://github.com/explosion/spaCy.git
Update website README.md
This commit is contained in:
parent
da0985114d
commit
fb99d0b684
|
@ -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 [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
|
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
|
## Building the site
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo npm install --global harp
|
sudo npm install --global harp
|
||||||
git clone https://github.com/explosion/spacy
|
git clone https://github.com/explosion/spaCy
|
||||||
cd website
|
cd website
|
||||||
harp server
|
harp server
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue