File tree Expand file tree Collapse file tree 3 files changed +954
-957
lines changed
Expand file tree Collapse file tree 3 files changed +954
-957
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,13 @@ Import the files:
310310# # Note: do not need to add the demo file
311311` ` `
312312
313- # ## Step 7: Add Preview Page (Full Page Support)
313+ # ## Step 7: Run shadcn command:
314+
315+ ` ` ` bash
316+ npx shadcn build
317+ ` ` `
318+
319+ # ## Step 8: Add Preview Page (Full Page Support)
314320
315321NurUI supports live previews for each component at ` /preview/[component]`
316322
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ const nunito = Nunito({
2424export const generateMetadata = async ( ) : Promise < Metadata > => {
2525 return {
2626 title : {
27- default : "Nur UI " ,
28- template : "%s | Nur UI " ,
27+ default : "Nur/ui " ,
28+ template : "%s | Nur/ui " ,
2929 } ,
3030 icons : {
3131 icon : [
You can’t perform that action at this time.
0 commit comments