Skip to content

Commit f3b6163

Browse files
Rework 02_Development_environment.md
1 parent fdcccd0 commit f3b6163

File tree

2 files changed

+39
-12
lines changed

2 files changed

+39
-12
lines changed

docs/01 Introduction/02_Developement_environment.md

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Development environment
3+
description: Setting up the Development Environment
4+
slug: "introduction/development-environment"
5+
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/01 Introduction/02_Development_environment.md
6+
---
7+
8+
## Setting Up Your Development Environment
9+
10+
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:
35+
36+
- [CMake Documentation](https://cmake.org/documentation/)
37+
- [Vcpkg Documentation](https://vcpkg.io/en/index.html)
38+
39+
:::

0 commit comments

Comments
 (0)