@@ -15,55 +15,57 @@ development purposes using your favorite code editor.
15
15
16
16
### Create a new project from scratch
17
17
18
- 1 . Create a new project using
18
+ < Stepper >
19
19
20
- ``` bash
21
- npm create zuplo-api@latest
22
- ```
20
+ 1 . Create a new project using
23
21
24
- ``` bash title="Expected output: "
25
- cd < your-new-project-directory>
26
- npm install
27
- npm run dev
28
- ```
22
+ ``` bash
23
+ npm create zuplo-api@latest
24
+ ```
29
25
30
- 3 . Start your local gateway using ` npm run dev ` .
26
+ ``` bash title="Expected output: "
27
+ cd < your-new-project-directory>
28
+ npm install
29
+ npm run dev
30
+ ```
31
31
32
- 4 . Use the [ local Route Designer] ( ./local-development-routes-designer.md ) to
32
+ 1 . Start your local gateway using ` npm run dev ` .
33
+ 1 . Use the [ local Route Designer] ( ./local-development-routes-designer.md ) to
33
34
create your first route.
34
35
36
+ </Stepper >
37
+
35
38
### Import your existing project
36
39
37
40
If you have been using Zuplo using the _ Zuplo Web Portal_ , you can import your
38
41
project into your local machine.
39
42
40
- 1 . Connect your project to a Git repository from the _ Zuplo Web Portal_ .
41
-
42
- ![ Connect repository] ( https://cdn.zuplo.com/assets/3bd6b736-20d7-4ac4-805c-d7fd810dea28.png )
43
+ <Stepper >
43
44
44
- 2 . Clone your project from your Git provider to your local machine.
45
-
46
- 3 . Convert your project to use the Zuplo CLI
47
-
48
- ``` bash
49
- npx zuplo project update
50
- ```
51
-
52
- 4 . Install the necessary dependencies:
45
+ 1 . Connect your project to a Git repository from the _ Zuplo Web Portal_ .
46
+ ![ Connect repository] ( https://cdn.zuplo.com/assets/3bd6b736-20d7-4ac4-805c-d7fd810dea28.png )
47
+ 1 . Clone your project from your Git provider to your local machine.
48
+ 1 . Convert your project to use the Zuplo CLI
49
+ ``` bash
50
+ npx zuplo project update
51
+ ```
52
+ 1 . Install the necessary dependencies:
53
53
54
- ``` sh
55
- npm install
56
- ```
54
+ ``` sh
55
+ npm install
56
+ ```
57
57
58
- 5 . Start your Zuplo Gateway locally;
58
+ 1 . Start your Zuplo Gateway locally;
59
59
60
- ``` sh
61
- npm run dev
62
- ```
60
+ ``` sh
61
+ npm run dev
62
+ ```
63
63
64
- 6 . Use the [ local Route Designer] ( ./local-development-routes-designer.md ) to
64
+ 1 . Use the [ local Route Designer] ( ./local-development-routes-designer.md ) to
65
65
create your first route.
66
66
67
+ </Stepper >
68
+
67
69
## Limitations
68
70
69
71
While convenient and powerful, not all features of Zuplo are supported while
0 commit comments