Skip to content

Commit

Permalink
Adding codelab-4-codelab html files
Browse files Browse the repository at this point in the history
  • Loading branch information
solacecommunity-bot committed Nov 20, 2024
1 parent 31e47c8 commit 62c2bc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codelabs/codelab-4-codelab/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2024-11-13T18:17:47Z",
"updated": "2024-11-20T22:50:47Z",
"id": "codelab-4-codelab",
"duration": 27,
"title": "Codelab to Create a Codelab",
Expand Down
6 changes: 5 additions & 1 deletion codelabs/codelab-4-codelab/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ <h2 is-upgraded>Prerequisites</h2>
</ul>
<h2 is-upgraded>Steps</h2>
<ol type="1">
<li>After cloning your fork of the repository and checking out a new branch as per the earlier step, from the root directory, run the init script as follows <code>source init.sh < name-of-codelab ></code></li>
<li>After cloning your fork of the repository and checking out a new branch as per the earlier step, from the root directory, run the init script as follows <code>source init.sh < name-of-codelab ></code><ol type="1">
<li>Note: If you&#39;re on WSL: <code>init.sh < name-of-codelab ></code></li>
<li>Note: If you&#39;re on Windows <code>init.bat < name-of-codelab ></code></li>
</ol>
</li>
<li>You should now be in your <code>/markdown/< name-of-codelab ></code> directory</li>
<li>[Optional] Install the required dependencies for watching any changes you make in your markdown file by running the following from terminal <code>npm install</code></li>
<li>[Optional] Compile and start the <code>claat</code> server by running <code>npm run watch</code>. Note: This will open a tab in your browser and serve your markdown file</li>
Expand Down

2 comments on commit 62c2bc0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.