LiferayCloud / marble

🎨 A set of UI components behind Electric and WeDeploy
https://marbleui.com
Other
61 stars 21 forks source link
marble

Marble Build Status

A set of UI components behind Electric and WeDeploy.

Setup

  1. Install NodeJS >= v6.11.0, if you don't have it yet.

  2. Install global dependencies:

    [sudo] npm install -g yarn
  3. Install project dependencies:

    yarn install
  4. Install dependencies for each package and link them together:

    npm start
  5. Run tests for all packages:

    npm test
  6. Publish packages:

    npm run publish