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 macOS, 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,9 +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.
@ -114,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>

View file

@ -28,8 +28,7 @@ This is all you need to work on existing designs. If you'd like to add a new des
yarn new design
```
Just make sure to re-start the lab afterwards with `yarn lab`
</Tip>
Just make sure to re-start the lab afterwards with `yarn lab` </Tip>
## Standalone development
@ -39,7 +38,7 @@ If you chose `test`, you will have a `test` folder. If you chose `banana`, you'l
The `design` subfolder holds your design's configuration file and source code.
You can ignore all other folders and files, they are part of the development environment.
To start the development environment, enter the folder hat was created
To start the development environment, enter the folder hat was created
and run `npm run start` (or `yarn start` if you're using Yarn as a package manager).
Then open your browser and go to http://localhost:8000

View file

@ -14,7 +14,7 @@ the node.js website, or from a package provided by your linux distribution:
- You can easily switch between different Node versions
- Everything gets installed in your home folder, avoiding permission problems
To setup nvm, [follow the install instructions in the nvm
To setup nvm, [follow the install instructions in the nvm
README](https://github.com/nvm-sh/nvm#installing-and-updating).
The TL;DR: is to run the following command in a terminal: