An open API service indexing awesome lists of open source software.

https://github.com/cinnyapp/folds

Design system for Cinny repos
https://github.com/cinnyapp/folds

cinny cinnyapp design-system stiches

Last synced: 4 months ago
JSON representation

Design system for Cinny repos

Awesome Lists containing this project

README

          

# Folds


Npm package

Folds is the design system made for Cinny matrix client.

## Local development

Execute the following commands to start a development server:

```
npm ci # Install all dependencies
npm run storybook # Serve a development version
```

To build the package:

```
npm run build # Build package into dist directory
```