File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,10 @@ else fails, try removing the virtual environment and reinstalling:
42
42
43
43
## Development
44
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
45
+ 1 . Run ` pipenv shell ` to spawn a shell with the virtualenv activated.
46
+ 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
47
49
to see the website at [ ` http://localhost:5000/ ` ] [ lektorlocal ] . The Lektor
48
50
server will rebuild the site every time you change any content.
49
51
You can’t perform that action at this time.
0 commit comments