Updated readme

This commit is contained in:
Armin Ronacher 2015-12-19 21:43:26 +01:00
parent b5dfaf3c2d
commit fb61ee0763
1 changed files with 6 additions and 4 deletions

View File

@ -1,17 +1,19 @@
# Lektor Website
This is the work in progress website for Lektor. This also includes
documentation.
This is the repository for the Lektor website at
[getlektor.com](https://www.getlektor.com/).
To run:
```
lektor dev
$ lektor server
```
If you also want to update the webpack files, you need `npm` installed
and then run it like this:
```
LEKTOR_WEBPACK=1 lektor dev
$ lektor server -f webpack
```
Changes here get deployed automatically by travis.