@reearth/core 0.0.4 → 0.0.5-beta.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 CHANGED
@@ -16,3 +16,10 @@ We have the context as the follows.
16
16
  - VisualizerContext ... It works as the interface for exposing the map API to Visualizer.
17
17
 
18
18
  By defining these context as the interface, we can understand which API for the map API is used in each layer. And if there are some features of the map API depends on the layer, we can absorb the feature in the context.
19
+
20
+ ## Devlopment
21
+
22
+ You have several way to develop this library.
23
+ 1. You can use storybook: `yarn storybook`
24
+ 2. You can use example project: `yarn dev`
25
+ 3. You can also use different project with this library: `yarn build && yarn link`, then `cd ../other-project && yarn link @reearth/core`