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
|
|
|
|
|
|
|
Changes here get deployed automatically by travis.
|