0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-21 06:02:28 -05:00

Add yarn workspaces link

This commit is contained in:
Enrique Bernabeu 2023-08-21 08:41:36 +02:00
parent 49dd395dc8
commit efa9daee67

View file

@ -108,7 +108,7 @@ Based in the example a css file like this will be generated:
### Using Yarn Workspaces
This project utilizes Yarn Workspaces to manage multiple packages within a single repository. This allows us to house the module's source code and a demo in separate packages, streamlining development and testing.
This project utilizes [Yarn Workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) to manage multiple packages within a single repository. This allows us to house the module's source code and a demo in separate packages, streamlining development and testing.
### Package Structure