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
{{ message }}
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Alternatively, if your local machine has Node.js and Yarn set up, you can clone this repository and execute `yarn install` to install the required dependencies.
46
+
### Manual
47
+
48
+
Alternatively, if Node.js or Yarn are installed and set up on your local machine, you can clone this repository and install the required dependencies and configurations:
49
+
50
+
```shell
51
+
git clone https://github.com/daytonaio/docs.git
52
+
```
53
+
54
+
```shell
55
+
yarn install
56
+
```
48
57
49
58
### Useful Commands
50
59
51
-
This repository uses Yarn to handle project management.
52
-
For convenience, a number of scripts are defined in `package.json` that can be called using Yarn:
|`yarn run dev`| Starts local dev server at `localhost:4321`|
57
-
|`yarn run build`| Builds your production site to `./dist/`|
58
-
|`yarn run preview`| Previews your build locally before deployment |
59
-
|`yarn run astro ...`| Runs CLI commands like `astro add`, `astro check`|
60
-
|`yarn run astro -- --help`| Provides help for using the Astro CLI |
61
-
|`yarn run update-cli-reference`| Update the Daytona CLI reference docs using autogenerated CLI docs` |
62
-
63
-
### Navigating the Docs
64
-
65
-
On the filesystem, you'll find the content in `./src/content/docs` in the form of `.mdx` files.
66
-
Daytona's documentation is organized into broad topics:
67
-
68
-
-**Configuration**
69
-
Information around configuring the main components of Daytona.
70
-
-**About**
71
-
Background and conceptual information about Daytona and DEMs.
72
-
-**Installation**
73
-
Information around installing Daytona under different environments.
74
-
-**Reference**
75
-
Technical and architectural information about Daytona.
76
-
-**Usage**
77
-
Practical information on using Daytona.
60
+
This repository utilizes `Yarn` to manage project dependencies and custom scripts. Below is a list of commonly used commands, defined in the `package.json`:
0 commit comments