@snailicid3/gbt-scope 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @snailicid3/gbt-scope
2
+
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 14c74d2: gbt scope first public npm release.
package/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # @snailicid3/gbt-scope
2
+
3
+ React components for rendering GBT Scope kaleidoscope viewers.
4
+
5
+ ### Repository
6
+
7
+ - **GitHub:**
8
+ [`@snailicid3/gbt-scope`](https://github.com/gbtunney/gbt-monorepov2/tree/main/packages/gbt-scope)
9
+ in [`gbt-monorepov2`](https://github.com/gbtunney/gbt-monorepov2)
10
+
11
+ ### Usage
12
+
13
+ Run from the repository root:
14
+
15
+ ```sh
16
+ pnpm --filter=@snailicid3/gbt-scope build:nx
17
+ pnpm --filter=@snailicid3/gbt-scope dev:storybook
18
+ pnpm --filter=@snailicid3/gbt-scope build:storybook:nx
19
+ pnpm --filter=@snailicid3/gbt-scope test:nx
20
+ ```
21
+
22
+ Chromatic runs through its own Nx target and needs `CHROMATIC_GBT_SCOPE_PROJECT_TOKEN` in `.env` at
23
+ the package root. See `.env.example`.