1
0
Fork 0
freesewing/sites/dev/docs/tutorials/pattern-design/part1/structure/readme.mdx

33 lines
927 B
Text
Raw Normal View History

2022-10-04 23:36:08 +02:00
---
2023-09-30 14:04:18 +02:00
title: Folder structure
sidebar_position: 40
2022-10-04 23:36:08 +02:00
---
2023-09-30 14:04:18 +02:00
Inside the `freesewing` folder -- which might have a different name if that is
the choice you made -- you will find a bunch of files and folders.
2022-10-04 23:36:08 +02:00
The one that matter is the `design` folder. In it, you will find the following
2023-09-30 14:04:18 +02:00
subfolders:
2023-09-28 09:11:06 +02:00
2023-09-30 14:04:18 +02:00
- `from-bella`
- `from-bent`
- `from-breanna`
- `from-brian`
- `from-scratch`
- `from-titan`
- `tutorial`
2023-09-30 14:04:18 +02:00
Remember when you click the **Design** icon in the header it would bring up
this menu:
2023-09-30 14:04:18 +02:00
![Design templates provided by the FreeSewing development environment](./templates.png)
2023-09-30 14:04:18 +02:00
As you might have guessed by now, each of these options is contained in its
own subfolder under `designs`.
2023-09-30 14:04:18 +02:00
You can edit the files under `designs/[template]/src/` and the changes you make
will be reflected in the development environment.
Don't take my word for it though. Let's start doing exactly that
2023-09-30 14:04:18 +02:00
in [Part 2](/tutorials/pattern-design/part2).