Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655
.
This commit is contained in:
parent
994874fa72
commit
cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions
|
@ -1,15 +1,14 @@
|
|||
***
|
||||
|
||||
---
|
||||
title: Setting up the development environment
|
||||
order: 100
|
||||
----------
|
||||
---
|
||||
|
||||
<Note>
|
||||
|
||||
###### Already did the Getting started tutorial?
|
||||
|
||||
If you already set up the FreeSewing development environment and created a pattern, you can use that pattern and skip these steps. You can move on to [Your first part](/tutorials/pattern-design/your-first-part/).
|
||||
|
||||
|
||||
</Note>
|
||||
|
||||
Open a terminal and enter the following command:
|
||||
|
@ -20,20 +19,20 @@ npx create-freesewing-pattern
|
|||
|
||||
This will load a few dependencies, and then ask you the following questions:
|
||||
|
||||
* **Language**: Use the arrow keys to select the language of your choice
|
||||
* **Pattern name**: Enter `tutorial`
|
||||
* **description**: Enter `The FreeSewing tutorial`
|
||||
* **Pattern type**: Use the arrow key to select `Pattern`
|
||||
* **Department**: Use the arrow keys to select `Accessories`
|
||||
* **Author**: Enter your GitHub username
|
||||
* **GitHub repository**: This will be prefilled for you, so just hit Enter
|
||||
* **Package manager**: Use the arrow to choose. Pick `npm` if you're not sure.
|
||||
- **Language**: Use the arrow keys to select the language of your choice
|
||||
- **Pattern name**: Enter `tutorial`
|
||||
- **description**: Enter `The FreeSewing tutorial`
|
||||
- **Pattern type**: Use the arrow key to select `Pattern`
|
||||
- **Department**: Use the arrow keys to select `Accessories`
|
||||
- **Author**: Enter your GitHub username
|
||||
- **GitHub repository**: This will be prefilled for you, so just hit Enter
|
||||
- **Package manager**: Use the arrow to choose. Pick `npm` if you're not sure.
|
||||
|
||||
After you've answered these questions, the default template will be copied, after which all dependencies will be installed.
|
||||
|
||||
<Note>
|
||||
|
||||
This will take a few minutes because we're loading some software for your development environment.
|
||||
This will take a few minutes because we're loading some software for your development environment.
|
||||
|
||||
</Note>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue