2025-04-01 16:15:20 +02:00
|
|
|
---
|
|
|
|
title: Add a new design
|
|
|
|
---
|
|
|
|
|
|
|
|
To add a new design to the FreeSewing studio, run the following command in root
|
|
|
|
folder of your studio setup:
|
|
|
|
|
|
|
|
```
|
|
|
|
npm run add
|
|
|
|
```
|
|
|
|
|
2025-05-01 14:42:44 +00:00
|
|
|
It will prompt you for your design name, and ask whether you want to create a
|
2025-04-01 16:15:20 +02:00
|
|
|
design from scratch, or start from a block.
|