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
+42-5Lines changed: 42 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,30 @@ disadvantage is that it requires an extra round trip to the database to
23
23
fetch the updated data, and re-rendering the entire page template may be
24
24
less efficient than a partial page update on the client side.
25
25
26
-
### Install development dependencies
26
+
### Install development dependencies in a VSCode Dev Container
27
+
28
+
If you use VSCode with Docker, the following VSCode Dev Container configuration will install all dependencies and automatically open the project in a container:
Simply create a .devcontainer folder in the root of the project and add a devcontainer.json file with this content, and then "Reopen in Container" from View > Command Palette.
43
+
44
+
### Install development dependencies manually
27
45
28
-
#### Python, Docker, and Quarto CLI
46
+
#### Pythonand Docker
29
47
30
48
-[Python 3.12 or higher](https://www.python.org/downloads/)
31
49
-[Docker and Docker Compose](https://docs.docker.com/get-docker/)
0 commit comments