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