1
0
Fork 0

chore(markdown): Docs linter run

This commit is contained in:
joostdecock 2022-07-31 16:11:50 +02:00
parent 39fbdd477f
commit 9f958656d9
2383 changed files with 32481 additions and 7187 deletions

View file

@ -41,7 +41,8 @@ But if you're running Linux, you have git, right?
</Comment>
#### Install yarn
Our repository uses yarn workspaces. So you'll need yarn to work with it.
Our repository uses yarn workspaces. So you'll need yarn to work with it.
To install it run:
@ -95,6 +96,7 @@ Now you're ready to [start the development environment](/tutorials/getting-start
### Questions
#### What template to use
Use `From scratch` unless you want to start from our of our blocks:
- Use `Extend Brian` to start from [Brian](https://freesewing.org/designs/brian)
@ -103,10 +105,9 @@ Use `From scratch` unless you want to start from our of our blocks:
- Use `Extend Breanna` to start from [Breanna](https://freesewing.org/designs/breanna)
- Use `Extend Titan` to start from [Titan](https://freesewing.org/designs/titan)
#### What name to use
This will become the name of your design. Stick to \[a-z\] here to avoid problems.
This will become the name of your design. Stick to \[a-z] here to avoid problems.
If you're not certain what to pick, just mash some keys, it doesn't matter.
@ -115,5 +116,3 @@ If you're not certain what to pick, just mash some keys, it doesn't matter.
Chose `npm` if you don't have `yarn` are when you're not sure what the heck `yarn` is.
</Note>