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
Follow these steps to set up your development environment for Daxa projects.
11
+
12
+
---
13
+
14
+
### Download the Starting Point
15
+
16
+
Download the Daxa app template using one of the following options:
17
+
18
+
-**Direct Download**: [Click here](https://codeload.github.com/learndaxa/daxa-app-template/zip/refs/heads/main) to download the template as a ZIP file.
19
+
-**GitHub Repository**: Visit the [Daxa App Template GitHub Repository](https://github.com/learndaxa/daxa-app-template) to explore the project.
20
+
21
+
Once downloaded, extract the ZIP file and open the project in **VS Code**.
22
+
23
+
:::tip
24
+
When prompted in VS Code, select the "Debug" preset for optimal setup.
25
+
:::
26
+
27
+
---
28
+
29
+
### Notes on Daxa
30
+
31
+
Daxa leverages **CMake** for project configuration and **Vcpkg** for dependency management. Familiarity with these tools will help you navigate and customize your setup effectively.
32
+
33
+
:::note
34
+
If you're new to CMake or Vcpkg, refer to their official documentation:
0 commit comments