You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,17 +44,25 @@ else fails, try removing the virtual environment and reinstalling:
42
44
43
45
## Development
44
46
45
-
1.Run `pipenv shell` to spawn a shell with the virtualenv activated.
46
-
2. Run `lektor server -f webpack`to start the Lektor development server. You will be able
47
-
to see the website at [`http://localhost:5000/`][lektorlocal]. The Lektor
48
-
server will rebuild the site every time you change any content.
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.
49
51
50
52
[lektorlocal]:http://localhost:5000/
51
53
52
54
53
55
## Deployment
54
56
55
-
We have continuous deployment set up. To deploy, push your code to the `master` branch (or make a pull request against the `master` branch. Travis CI builds and deploys the site whenever it detects new commits on the `master` branch.
57
+
We have continuous deployment set up. To deploy, push your code to the `master`
58
+
branch (or make a pull request against the `master` branch. GitHub Actions
59
+
builds and deploys the site whenever it detects new commits on the `master`
0 commit comments