fix(docs): Howtos documentation corrections and updates
This commit is contained in:
parent
04da277fd2
commit
24f7776840
25 changed files with 46 additions and 43 deletions
|
@ -3,10 +3,10 @@ title: Creating a new pattern design
|
|||
---
|
||||
|
||||
When creating a new design, you have two options. You can create it in a
|
||||
stand-along development environment. Or you can create it inside (your fork of)
|
||||
stand-alone development environment. Or, you can create it inside (your fork of)
|
||||
the FreeSewing monorepo.
|
||||
|
||||
If you are unsure what to pick, go with the standalong development environment.
|
||||
If you are unsure what to pick, go with the stand-alone development environment.
|
||||
It is the best choice for people new to FreeSewing.
|
||||
|
||||
Working inside the monorepo is the preferred way of regular contributors, but
|
||||
|
@ -15,7 +15,7 @@ when in doubt, go stand-alone. You can always change track later.
|
|||
|
||||
## Stand-alone
|
||||
|
||||
To setup the standalong development environment, you need NodeJS 16 or higher.
|
||||
To setup the stand-alone development environment, you need NodeJS 16 or higher.
|
||||
Then run:
|
||||
|
||||
```sh
|
||||
|
@ -37,4 +37,4 @@ yarn new design
|
|||
|
||||
These commands will clone your fork of the
|
||||
[freesewing/freesewing](https://github.com/freesewing/freesewing) repository on
|
||||
Github and set it up for development.
|
||||
GitHub and set it up for development.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue