We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a3f2d commit b56c72bCopy full SHA for b56c72b
README.md
@@ -44,12 +44,12 @@ else fails, try removing the virtual environment and reinstalling:
44
45
## Development
46
47
-Run `pipenv run lektor server -f webpack` to start the Lektor development
48
-server. You will be able to see the website at
49
-[`http://localhost:5000/`][lektorlocal]. The Lektor server will rebuild the
50
-site every time you change any content.
+- Run `pipenv run lektor server -f webpack` to start the Lektor development
+ server.
+- You will be able to see the website at [`http://localhost:5000/`][local5000].
+ - The Lektor server will rebuild the site every time you change any content.
51
52
-[lektorlocal]:http://localhost:5000/
+[local5000]:http://localhost:5000/
53
54
55
## Deployment
0 commit comments