# lektor-website **Repository Path**: mirrors_donglua/lektor-website ## Basic Information - **Project Name**: lektor-website - **Description**: The main lektor website. - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lektor Website This is the repository for the Lektor website at [getlektor.com](https://www.getlektor.com/). To run: ``` $ lektor server ``` If you also want to update the webpack files, you need `npm` installed and then run it like this: ``` $ lektor server -f webpack ``` ## Notes Changes here get deployed automatically by travis. Building lektor-website requires the "master" version of lektor, see the [development install instructions](https://github.com/lektor/lektor)