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

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

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

```