https://github.com/zesty-io/design-system
https://zesty.io internal design system
https://github.com/zesty-io/design-system
Last synced: 12 months ago
JSON representation
https://zesty.io internal design system
- Host: GitHub
- URL: https://github.com/zesty-io/design-system
- Owner: zesty-io
- Created: 2018-06-15T14:18:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T21:49:24.000Z (over 2 years ago)
- Last Synced: 2025-06-17T23:38:59.263Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://zesty-io.github.io/design-system/
- Size: 24.1 MB
- Stars: 30
- Watchers: 10
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zesty.io Design System
[Zesty Design System ](https://zesty-io.github.io/design-system/#/)
> A system for building consistent products
**Requires Node.js and NPM. We recommend [installing Node 8 LTS](https://nodejs.org/en/) which will include NPM.**
## Core Package Setup
Link the core to the global node_modules and build the package
```
cd core
npm install
sudo npm start
```
## Running Docs Locally for Testing
Run core package setup before docs
```
cd docs
npm run prestart
npm start
```
```
Open Browser to http://localhost:8080/
HARD REFRESH
```
## Publish Design Systems Docs
```
cd /docs
npm run build ( After every time you make an edit)
git push master
```
## Connecting Design-Systems to Manager-ui
In Manager-ui
```
npm i
npm link @zesty-io/core
```