@@ -7,3 +7,48 @@ function foobarloremipsumfoobarloremipsumsitametfoobarloremipsumfoobarloremipsum
7
7
return 8
8
8
}
9
9
```
10
+
11
+ ``` terminal
12
+ [35m❯[0m npm create astro -y
13
+
14
+ ╭─────╮ [36;1mHouston:
15
+ [0m│ ◠ [96m◡[0m ◠ Initiating launch sequence...
16
+ ╰─────╯
17
+
18
+ [42m [30mastro[39m [0m [32;1mv2.9.2[0m [1mLaunch sequence initiated.
19
+
20
+ [0m [48;2;136;58;226m [97mdir[39m [0m Where should we create your new project?
21
+ [2m./cosmic-chroma
22
+
23
+ [0m [48;2;136;58;226m [97mtmpl[39m [0m How would you like to start your new project?
24
+ [2mEmpty
25
+ [0m [32m✔[0m [32mTemplate copied
26
+
27
+ [0m [48;2;136;58;226m [97mdeps[39m [0m Install dependencies?
28
+ [2mNo
29
+ [0m [36m◼[0m [36mNo problem!
30
+ [0m [2mRemember to install dependencies after setup.
31
+
32
+ [0m [48;2;136;58;226m [97mts[39m [0m Do you plan to write TypeScript?
33
+ [2mNo
34
+ [0m [36m◼[0m [36mNo worries!
35
+ [0m [2mTypeScript is supported in Astro by default,
36
+ [0m [2mbut you are free to continue writing JavaScript instead.
37
+
38
+ [0m [48;2;136;58;226m [97mgit[39m [0m Initialize a new git repository?
39
+ [2mNo
40
+ [0m [36m◼[0m [36mSounds good!
41
+ [0m [2mYou can always run [0mgit init[2m manually.
42
+
43
+ [0m [46m [30mnext[39m [0m [1mLiftoff confirmed. Explore your project!
44
+
45
+ [0m Enter your project directory using [36mcd ./cosmic-chroma
46
+ [0m Run [36mnpm run dev[0m to start the dev server. [36mCTRL+C[0m to stop.
47
+ Add frameworks like [36mreact[0m or [36mtailwind[0m using [36mastro add[0m.
48
+
49
+ Stuck? Join us at [36mhttps://astro.build/chat
50
+
51
+ [0m╭─────╮ [36;1mHouston:
52
+ [0m│ ◠ [96m◡[0m ◠ Good luck out there, astronaut! 🚀
53
+ ╰─────╯
54
+ ```
0 commit comments