File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,16 @@ To create a new tutorial, first clone the repo:
1616git clone git@github.com:Vonage-Community/tutorial-interactive_tutorials.git
1717```
1818
19- Create a copy of the starter tutorial, giving the target folder your tutorial name. Then change directory into your tutorial folder :
19+ Change directory into the tutorials folder, then install the dependencies :
2020
2121``` bash
2222cd tutorials
23+ npm install
24+ ```
25+
26+ Create a copy of the starter tutorial, giving the target folder your tutorial name. Then change directory into your tutorial folder:
27+
28+ ``` bash
2329cp -r 00_Starter-Tutorial product_name-language-topic
2430cd product_name-language-topic
2531```
@@ -28,13 +34,7 @@ cd product_name-language-topic
2834
2935### Create the Tutorial Content
3036
31- The tutorials are static websites built with [ Astro] ( https://astro.build ) . First install the dependencies:
32-
33- ```
34- npm install
35- ```
36-
37- Then start the development server:
37+ The tutorials are static websites built with [ Astro] ( https://astro.build ) . Start the development server:
3838
3939```
4040npm run dev
@@ -79,4 +79,4 @@ To update a tutorial:
7979 * Ensure the version number is updated.
8080* Create a PR
8181
82- The rest of the steps are the same.
82+ The rest of the steps are the same.
You can’t perform that action at this time.
0 commit comments