@letscooee/web-sdk 9.0.1 → 9.1.2

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
@@ -5,13 +5,17 @@
5
5
  ![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/@letscooee/web-sdk)
6
6
  [![](https://data.jsdelivr.com/v1/package/npm/@letscooee/web-sdk/badge?style=rounded)](https://www.jsdelivr.com/package/npm/@letscooee/web-sdk)
7
7
 
8
- ## 👋 What is Cooee?
8
+ ## Running locally
9
9
 
10
- Cooee powers hyper-personalised and real time engagements for mobile & web apps based on machine learning. The SaaS
11
- platform, hosted on cloud infrastructure processes millions of user transactions and data attributes to create unique
12
- and contextual user engagement triggers for end users with simple SDK integration that requires no coding at mobile app
13
- level.
14
-
15
- ## Installation & Uses
16
-
17
- For detailed installation & uses, Refer [Web](https://docs.letscooee.com/developers/website/get-started) documentation.
10
+ 1. Go to admin of your development Shopify store.
11
+ 2. Go to Online Store -> Themes.
12
+ 3. Click ... and press `Edit code`.
13
+ 4. Edit `sections/footer.liquid`
14
+ 5. Add the followings-
15
+ ```html
16
+ <script src="http://localhost:8000/live-dist/shopify-sdk.min.js?shop=the-wardrobe-demo.myshopify.com" async></script>
17
+ <script src="http://localhost:8001/main.js" type="module"></script>
18
+ <link href="http://localhost:8001/styles.css" rel="stylesheet">
19
+ ```
20
+ 6. Save the file.
21
+ 7. Run command `npm run start`