1
0
Fork 0

feat: Added package documentation (wip)

This commit is contained in:
joostdecock 2025-04-18 19:19:20 +02:00
parent f734707163
commit 02da928f04
82 changed files with 2248 additions and 466 deletions

View file

@ -0,0 +1,40 @@
---
title: '@freesewing/studio'
---
FreeSewing's **studio** package provides FreeSewing's stand-alone
development environment.
It is published on NPM as [@freesewing/studio
](https://www.npmjs.com/package/@freesewing/studio).\
The source code for this package is available in [our monorepo on Codeberg
](https://codeberg.org/freesewing/freesewing) under [packages/studio
](https://codeberg.org/freesewing/freesewing/src/branch/develop/packages/studio).
:::note
This is a cli/executable package that should be called through `npx`.
:::
## Usage
Run the following command to setup FreeSewing's stand-alone development
environment:
```sh
npx @freesewing/studio
```
The package will run an interactive script and install a standalone
development environment which can be used to develop and test a new
FreeSewing design and to generate patterns from that design.
:::tip
Please see our
[Getting Started tutorial](/tutorials/getting-started-linux/dev-setup#stand-alone-development)
for more information about how to set up and start the standalone
development environment.
:::
[1]: https://www.npmjs.com/package/@freesewing/new-design