lektor-website/README.md

25 lines
487 B
Markdown

# Lektor Website
This is the repository for the Lektor website at
[getlektor.com](https://www.getlektor.com/).
To run:
```
$ lektor server
```
If you also want to update the webpack files, you need `npm` installed
and then run it like this:
```
$ lektor server -f webpack
```
## Notes
Changes here get deployed automatically by travis.
Building lektor-website requires the "master" version of lektor, see the [development install instructions](https://github.com/lektor/lektor)