# Marble

> A set of UI components behind [Electric](https://electricjs.com/) and [WeDeploy](https://wedeploy.com/).
>
> It is built with HTML, Sass, and Javascript with [Bootstrap](http://getbootstrap.com/) as a foundation.

## Install

You can get it on npm.

```
npm install marble --save
```

Or if you're not into package management, just [download a ZIP](https://github.com/wedeploy/marble/archive/master.zip) file.

## Development

1. Install local dependencies:

   ```sh
   npm install
   ```

2. Compile fonts and styles:

   ```sh
   npm run build
   ```

3. Watch for file changes:

   ```sh
   npm run dev
   ```

## License

[BSD License](https://github.com/wedeploy/marble/blob/master/LICENSE.md) © Liferay, Inc.
