@obosbbl/grunnmuren-react 1.12.0 → 1.12.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/README.md CHANGED
@@ -9,3 +9,25 @@ npm install @obosbbl/grunnmuren-react
9
9
  ```
10
10
 
11
11
  You need to setup and configure [`@obosbbl/grunnmuren-tailwind`](../tailwind/) as well.
12
+
13
+ ## Develop
14
+
15
+ Install packages in the root folder
16
+
17
+ ```
18
+ cd ../..
19
+ pnpm install
20
+ ```
21
+
22
+ Build the icons
23
+
24
+ ```
25
+ cd packages/icons
26
+ pnpm run build
27
+ ```
28
+
29
+ Finally, start up development server from this folder
30
+
31
+ ```
32
+ pnpm dev
33
+ ```