lektor-website/README.md

25 lines
487 B
Markdown
Raw Normal View History

2015-12-19 14:52:17 +01:00
# Lektor Website
2015-12-19 21:43:26 +01:00
This is the repository for the Lektor website at
[getlektor.com](https://www.getlektor.com/).
2015-12-19 14:52:17 +01:00
To run:
```
2015-12-19 21:43:26 +01:00
$ lektor server
2015-12-19 14:52:17 +01:00
```
If you also want to update the webpack files, you need `npm` installed
and then run it like this:
```
2015-12-19 21:43:26 +01:00
$ lektor server -f webpack
2015-12-19 14:52:17 +01:00
```
2015-12-19 21:43:26 +01:00
2016-03-10 19:59:51 +01:00
## Notes
2015-12-19 21:43:26 +01:00
Changes here get deployed automatically by travis.
2016-03-10 19:59:51 +01:00
Building lektor-website requires the "master" version of lektor, see the [development install instructions](https://github.com/lektor/lektor)