@react-scad/core 0.1.25 → 0.1.27
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 +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,10 +33,9 @@ A lot of people already think in components and JSX from building UIs. **react-s
|
|
|
33
33
|
### Create a new project (recommended)
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
npx create-react-scad my-project
|
|
36
|
+
npx create-react-scad@latest my-project
|
|
37
37
|
cd my-project
|
|
38
|
-
npm
|
|
39
|
-
npm start # single run
|
|
38
|
+
npm start
|
|
40
39
|
```
|
|
41
40
|
|
|
42
41
|
That’s it — open the generated `model.scad` in [OpenSCAD](https://openscad.org/) or your slicer.
|