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