react-gldn-kit 0.1.170 → 0.1.172

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,26 +1 @@
1
- ## 🚀 Project Launch Guide
2
-
3
- ### Step 1. Install and run the UI in `component-kit`
4
-
5
- 1. Go to the **elon** directory and install dependencies:
6
- npm install
7
-
8
- 2. Navigate to the **component-kit** directory:
9
- cd component-kit
10
-
11
- 3. Run the UI (for Linux):
12
- npm run dev:ui - linux
13
-
14
1
  ---
15
-
16
- ### Step 2. Run the UI in `elon`
17
-
18
- 1. Go back to the **elon** directory:
19
- cd ..
20
-
21
- 2. Start the command:
22
- npm run dev:ui
23
-
24
- ---
25
-
26
- ✅ After completing these steps, the projects will be **linked** and ready to work.