Skip to content

Commit 8693dc7

Browse files
committed
Update info about TE React mdb starter
1 parent 9c93435 commit 8693dc7

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,25 @@ npm install -g mdb-cli
716716
mdb login
717717
```
718718

719-
3. Publish when you're ready:
719+
3. Initialize a project and choose **Tailwind Elements React** from the list:
720+
721+
```
722+
mdb init tailwind-elements-react
723+
```
724+
725+
4. Install the dependencies (inside the project directory):
726+
727+
```
728+
npm install
729+
```
730+
731+
5. Run the app:
732+
733+
```
734+
npm start
735+
```
736+
737+
6. Publish when you're ready:
720738

721739
```
722740
mdb publish

site/content/docs/react/getting-started/quick-start/index-ss.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
---
33

44
<li class="mb-1 pl-[9px] text-[0.85rem]" data-te-spy-active><a href="#npm">NPM </a></li>
5-
<!-- <li class="mb-1 pl-[9px] text-[0.85rem]"><a href="#go">MDB GO / CLI </a></li> -->
5+
<li class="mb-1 pl-[9px] text-[0.85rem]"><a href="#go">MDB GO / CLI </a></li>
66
<li class="mb-1 pl-[9px] text-[0.85rem]"><a href="#vite">Vite </a></li>

site/content/docs/react/getting-started/quick-start/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h2 class="font-bold my-4">Tailwind Elements React</h2>
283283
</div>
284284

285285
</div>
286-
<!--
286+
287287
<hr class="my-10" />
288288

289289
<div class="flex flex-row">
@@ -317,12 +317,12 @@ <h2 class="font-bold my-4">Tailwind Elements React</h2>
317317
</div>
318318

319319
<p class="mb-2 mt-4">
320-
3. Initialize a project and choose <strong>Tailwind Elements</strong> from the
320+
3. Initialize a project and choose <strong>Tailwind Elements React</strong> from the
321321
list:
322322
</p>
323323
<div class="pt-2">
324324
{{< twsnippet/wrapper "terminal" "!bg-[#4A24AA] !text-white dark:!bg-violet-300 dark:!text-violet-900" "mobile" >}}{{< twsnippet/code active=true lang="Plaintext" type="terminal" >}}
325-
mdb init tailwind-elements-free
325+
mdb init tailwind-elements-react
326326
{{< /twsnippet/code >}}{{< /twsnippet/wrapper >}}
327327
</div>
328328

@@ -348,7 +348,7 @@ <h2 class="font-bold my-4">Tailwind Elements React</h2>
348348
mdb publish
349349
{{< /twsnippet/code >}}{{< /twsnippet/wrapper >}}
350350
</div>
351-
-->
351+
352352
<hr class="my-10" />
353353

354354
<div class="flex flex-row">

0 commit comments

Comments
 (0)