lektor-website/README.md

18 lines
267 B
Markdown
Raw Normal View History

2015-12-19 14:52:17 +01:00
# Lektor Website
This is the work in progress website for Lektor. This also includes
documentation.
To run:
```
lektor dev
```
If you also want to update the webpack files, you need `npm` installed
and then run it like this:
```
LEKTOR_WEBPACK=1 lektor dev
```