1
0
Fork 0
freesewing/markdown/dev/tutorials/pattern-design/fr.md
Joost De Cock b34a2ee2ed feat: Flat import of markdown repo
This is a flat (without history) import of (some of) the content
from our markdown module.

We've imported this without history because the repo contains our
blog posts and showcases posts content prior to porting them to strapi.

Since this contains many images, it would balloon the size of this repo
to import the full history.

Instead, please refer to the history of the (archived) markdown repo
at: https://github.com/freesewing/markdown
2021-08-25 16:09:31 +02:00

27 lines
1,001 B
Markdown

---
title: Pattern design tutorial
---
Bienvenue dans le tutoriel FreeSewing, où vous allez apprendre à créer un patron de couture sur mesure, du début à la fin.
Vous allez concevoir un patron de bavoir pour bébé. C'est un patron très simple, mais c'est le but. Vous allez vous focaliser aujourd'hui sur l'apprentissage de FreeSewing et sur comment traduire vos conceptions en code.
A la fin de ce tutoriel, vous aurez créé ce patron :
<Example pattern="tutorial" part="bib" caption="Your end result" />
Avant de démarrer, assurons-nous que vous possédez les logiciels requis installés sur votre ordinateur :
## Prérequis
FreeSewing est une librairie JavaScript qui s'exécute sur [Node.js](https://nodejs.org/).
If you don't have Node.js on your system, follow the link above and install it on your system.
Lorsque vous avez terminé, vous pouvez tester si elle fonctionne bien en exécutant :
```bash
node -v
```
Si vous obtenez le numéro de version de node, tout est bon.