We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e3d8b commit 03a3a39Copy full SHA for 03a3a39
README.md
@@ -42,8 +42,10 @@ else fails, try removing the virtual environment and reinstalling:
42
43
## Development
44
45
-1. Run `pipenv shell` to spawn a shell with the virtualenv activated
46
-1. Run `lektor server -f webpack` to start the Lektor development server. You will be able
+1. Run `pipenv shell` to spawn a shell with the virtualenv activated.
+2. Run `lektor plugins add webpack-support` to enable the webpack plugin. This is required
47
+ only for the very first time.
48
+3. Run `lektor server -f webpack` to start the Lektor development server. You will be able
49
to see the website at [`http://localhost:5000/`][lektorlocal]. The Lektor
50
server will rebuild the site every time you change any content.
51
0 commit comments