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
- Host: GitHub
- URL: https://github.com/cinnyapp/folds
- Owner: cinnyapp
- License: apache-2.0
- Created: 2022-06-22T14:27:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-29T20:12:51.000Z (6 months ago)
- Last Synced: 2026-01-25T01:01:50.576Z (5 months ago)
- Topics: cinny, cinnyapp, design-system, stiches
- Language: TypeScript
- Homepage: https://folds-sb.netlify.app
- Size: 3.17 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Folds
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
```