Skip to content

Commit b98d7ea

Browse files
authored
Merge pull request #130 from afsar-dev/dev
updated the contribution.md file
2 parents f6d5c4e + 77cb2b1 commit b98d7ea

File tree

3 files changed

+954
-957
lines changed

3 files changed

+954
-957
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
315321
NurUI supports live previews for each component at `/preview/[component]`
316322

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const nunito = Nunito({
2424
export 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: [

0 commit comments

Comments
 (0)