chore(dev): Changes for v3
This commit is contained in:
parent
80880b7b4f
commit
d39c92828a
17 changed files with 275 additions and 2610 deletions
|
@ -18,11 +18,9 @@ the JavaScript ecosystem, I can summarize that entire section in this one-liner
|
|||
that sets up the FreeSewing development environment on your system:
|
||||
|
||||
```sh
|
||||
npx @freesewing/new-design@next
|
||||
npx @freesewing/new-design
|
||||
```
|
||||
|
||||
<Fixme compact>Remove `@next` suffex once v3 is published</Fixme>
|
||||
|
||||
## Part 2: Parametric design
|
||||
|
||||
In [Part 2](/tutorials/pattern-design/part2) I will show you how to design a
|
||||
|
|
|
@ -25,11 +25,9 @@ If you have NodeJS on your system, getting that development environment up
|
|||
and running takes only a single command:
|
||||
|
||||
```sh
|
||||
npx @freesewing/new-design@next
|
||||
npx @freesewing/new-design
|
||||
```
|
||||
|
||||
<Fixme compact>Remove `@next` suffex once v3 is published</Fixme>
|
||||
|
||||
If you don't have NodeJS on your system --- or if you're not sure what
|
||||
NodeJS is to begin with --- read on to learn how to install it.
|
||||
|
||||
|
|
|
@ -8,9 +8,8 @@ FreeSewing provides a development environment that visualizes your design for yo
|
|||
To set it up, I will open a terminal and enter the following command:
|
||||
|
||||
```sh
|
||||
npx @freesewing/new-design@next
|
||||
npx @freesewing/new-design
|
||||
```
|
||||
<Fixme compact>Remove `@next` suffix once v3 is in production</Fixme>
|
||||
|
||||
It will ask if it is ok to install the development environment in a new folder
|
||||
named `freesewing`. You can accept the default, or pick a different folder name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue