We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acc1ad commit 7d9262fCopy full SHA for 7d9262f
packages/shadcn/README.md
@@ -1 +1,13 @@
1
-TODO
+# Firebase UI for Web - Shadcn
2
+
3
+## Building the registry
4
5
+To build the registry, run the `build` script:
6
7
+```
8
+pnpm build
9
10
11
+Note, the script run (`build.ts`) expects a domain, which replaces the `{{ DOMAIN }}` field within the
12
+`registy-spec.json`. This enables building the registry for different domains without updating the domain
13
+in the actual `registry.json` file Shadcn expects.
0 commit comments