cloudmr-ux 0.1.0 → 1.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/README.md CHANGED
@@ -1,28 +1,24 @@
1
- # cloudmr-ux
2
-
3
- ## for dev:
4
- clone this package
5
- ```bash
6
- cd cloudmr-ux
7
- ```
8
- build it
9
- ```
10
- npm install
11
- npm run build
12
- ```
13
- in a different directory create a test app
14
- ```bash
15
- npx create-react-app local
16
- ```
17
-
18
- install cloudmr-ux (locally)
19
- ```bash
20
- npm i /path/to/the/package/cloudmr-ux
21
-
22
- ```
23
- that's it!
24
- ## License
25
-
26
- MIT ©
27
- [erosmontin](https://github.com/erosmontin)
28
-
1
+ # cloudmr-ux
2
+
3
+ ## for dev:
4
+ Installation steps
5
+
6
+ 1. Clone this package
7
+ ```bash
8
+ git clone https://github.com/cloudmrhub/cloudmr-ux.git
9
+ ```
10
+ 2. Install dependencies
11
+ ```bash
12
+ cd cloudmr-ux
13
+ npm install
14
+ ```
15
+ 3. Run Parcel to build/serve the file public/index.html
16
+ ```bash
17
+ npx parcel public/index.html
18
+ ```
19
+ that's it!
20
+
21
+ ## License
22
+ MIT ©
23
+ [erosmontin](https://github.com/erosmontin)
24
+