zenorocha / wedeploy-ui

🎨 The new set of UI components behind WeDeploy.com, Console, and Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeDeploy UI Build Status

The new set of UI components behind WeDeploy.com, Console, and Admin.

Setup

  1. Install NodeJS, if you don't have it yet.

  2. Install global dependencies:

[sudo] npm install -g yarn
  1. Install project dependencies:
yarn install
  1. Install dependencies for each package and link them together:
npm start
  1. Run tests for all packages:
npm test
  1. Publish packages:
npm run publish

About

🎨 The new set of UI components behind WeDeploy.com, Console, and Admin

License:Other


Languages

Language:CSS 35.1%Language:HTML 33.5%Language:JavaScript 31.5%