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
Copy file name to clipboardExpand all lines: adminforth/documentation/docs/tutorial/001-gettingStarted.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,6 @@ nvm use 20
19
19
20
20
The recommended way to get started with AdminForth is via the **`create-app`** CLI, which scaffolds a basic fully functional back-office application. Apart boilerplate it creates one resource for users management.
21
21
22
-
First, create and enter a directory where you want your AdminForth project to live. For instance:
23
-
24
-
```bash
25
-
mkdir myadmin
26
-
cd myadmin
27
-
```
28
-
29
22
You can provide options directorly:
30
23
31
24
```bash
@@ -38,6 +31,12 @@ Or omit them to be prompted interactively:
38
31
npx adminforth create-app
39
32
```
40
33
34
+
Once the project is created, navigate into its directory:
35
+
36
+
```bash
37
+
cd myadmin # or any other name you provided
38
+
```
39
+
41
40
CLI options:
42
41
43
42
***`--app-name`** - name for your project. Used in `package.json`, `index.ts` branding, etc. Default value: **`adminforth-app`**.
0 commit comments