@onnechat/ui 0.1.0

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/README.md ADDED
@@ -0,0 +1,26 @@
1
+ # @onnechat/ui
2
+
3
+ React component library for Onne.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @onnechat/ui
9
+ ```
10
+
11
+ ## Publish
12
+
13
+ ```bash
14
+ npm run release
15
+ ```
16
+
17
+ Requires being logged in (`npm login`) as a member of the `onnechat` org on npmjs.org.
18
+
19
+ ## Development
20
+
21
+ ```bash
22
+ bun install
23
+ bun run dev # storybook
24
+ bun run build # build library
25
+ bun run test # run tests
26
+ ```