File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed
site/content/docs/react/getting-started/quick-start Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,25 @@ npm install -g mdb-cli
716716mdb 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```
722740mdb publish
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments