@oub/fusion 0.3.12 → 0.3.13

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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,10 +21,12 @@ If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has a
21
21
 
22
22
  See [Vite Configuration Reference](https://vitejs.dev/config/).
23
23
 
24
- ## Project Setup
24
+ ## Getting Started
25
25
 
26
- ```sh
27
- npm install
26
+ Running the following script will set up your environment using docker compose, and install required dependencies.
27
+
28
+ ```shell
29
+ ./scripts/project-setup.sh
28
30
  ```
29
31
 
30
32
  ### Compile and Hot-Reload for Development
package/package.json CHANGED
@@ -115,5 +115,5 @@
115
115
  "vue-country-flag-next": "2.3.2",
116
116
  "vue-tsc": "1.8.27"
117
117
  },
118
- "version": "0.3.12"
118
+ "version": "0.3.13"
119
119
  }