We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fde46 commit 1506e0fCopy full SHA for 1506e0f
src/routes/solid-start/getting-started.mdx
@@ -7,12 +7,14 @@ This starter contains a collection of templates that can be used to quickly boot
7
8
**1. Install SolidStart**
9
10
-Once you have created a directory for your new application, you can initialize SolidStart with the following command:
+To start a new project you can initialize SolidStart with the following command:
11
12
```package-create
13
solid@latest
14
```
15
16
+This will create a new directory for your project based on the name you enter.
17
+
18
**2. Choose a template**
19
20
When you run the command above, SolidStart will prompt you to choose a template for your new application.
0 commit comments