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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,17 @@ Add the middleman binary location (probably ~/bin) to $PATH.
15
15
16
16
To run a local web server to test the site:
17
17
18
+
```sh
18
19
bundle exec middleman server
20
+
```
19
21
20
22
Edit the haml/scss files and commit your changes, pushing to
21
23
origin/source.
22
24
25
+
## Devcontainer
26
+
27
+
You can also use the devcontainer, for e.g. with VSCode. It should setup automatically and just expects you to run the testing command from above or command you would like to run.
28
+
23
29
## Deployment
24
30
25
31
Pushing new commits automatically causes to trigger new build
0 commit comments