File tree Expand file tree Collapse file tree 1 file changed +18
-22
lines changed Expand file tree Collapse file tree 1 file changed +18
-22
lines changed Original file line number Diff line number Diff line change @@ -29,27 +29,7 @@ bunx htmldocs@latest init
29
29
30
30
This will prompt you for your project name and create a new folder in your current directory.
31
31
32
- 2 . After switching to the folder, install the dependencies by running:
33
- <CodeGroup >
34
-
35
- ``` bash npm
36
- npm install
37
- ```
38
-
39
- ``` bash pnpm
40
- pnpm install
41
- ```
42
-
43
- ``` bash yarn
44
- yarn install
45
- ```
46
-
47
- ``` bash bun
48
- bun install
49
- ```
50
- </CodeGroup >
51
-
52
- 3 . Once the setup is complete, you can start the development server by running:
32
+ 3 . After switching to the folder, you can start the development server by running:
53
33
<CodeGroup >
54
34
55
35
``` bash npm
@@ -126,8 +106,24 @@ export default function MyDocument() {
126
106
127
107
4 . Run the development server by running:
128
108
129
- ``` bash
109
+ <CodeGroup >
110
+
111
+ ``` bash npm
130
112
npm run dev
131
113
```
132
114
115
+ ``` bash pnpm
116
+ pnpm dev
117
+ ```
118
+
119
+ ``` bash yarn
120
+ yarn dev
121
+ ```
122
+
123
+ ``` bash bun
124
+ bun dev
125
+ ```
126
+
127
+ </CodeGroup >
128
+
133
129
This will start a live preview of your documents in your browser.
You can’t perform that action at this time.
0 commit comments