@pod-os/core 0.1.0 → 0.1.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 ADDED
@@ -0,0 +1,19 @@
1
+ # PodOS Core
2
+
3
+ Core logic of PodOS
4
+
5
+ ## Development
6
+
7
+ To serve a bundle for development run (from pod-os root folder)
8
+
9
+ ```shell
10
+ npm run start:core
11
+ ```
12
+
13
+ or from here just
14
+
15
+ ```shell
16
+ npm start
17
+ ```
18
+
19
+ The bundle is served at http://127.0.0.1:4444/index.js and used by [PodOS elements development page](../elements/src/index.html).