@@ -39,6 +39,18 @@ To run only part of the build a task can be passed using the `--target=<TASK>` s
39
39
40
40
## Building and running website locally
41
41
42
+ === "Running in GitHub Codespaces"
43
+
44
+ Website can be built and run in [GitHub Codespaces]{target="_blank"}.
45
+
46
+ Follow [Creating a codespace for a repository]{target="_blank"} to start codespace.
47
+
48
+ To build and serve the website follow these steps:
49
+
50
+ * Start website in preview mode: ++f5++
51
+
52
+ Website preview can be opened in browser.
53
+
42
54
=== "Using Visual Studio Code Dev Container"
43
55
44
56
For building and running website locally a [Visual Studio Code Dev Container]{target="_blank"} can be used.
@@ -51,7 +63,7 @@ To run only part of the build a task can be passed using the `--target=<TASK>` s
51
63
* Open the website Dev Container: ++f1++ :material-arrow-right: `Dev Containers: Reopen in Container`
52
64
* Start website in preview mode: ++f5++
53
65
54
- Website preview will be opened in Chrome .
66
+ Website preview will be opened in browser .
55
67
56
68
=== "Running on local machine"
57
69
@@ -85,3 +97,5 @@ To run only part of the build a task can be passed using the `--target=<TASK>` s
85
97
[ Cake ] : https://cakebuild.net/
86
98
[ Visual Studio Code Dev Container ] : https://code.visualstudio.com/docs/devcontainers/containers
87
99
[ installation instructions ] : https://code.visualstudio.com/docs/devcontainers/containers#_installation
100
+ [ GitHub Codespaces ] : https://docs.github.com/en/codespaces
101
+ [ Creating a codespace for a repository ] : https://docs.github.com/en/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository
0 commit comments