A suite of UI elements and components to improve user experience.

Installs: 466

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 2

Language:JavaScript

Type:drupal-module


README

A suite of UI elements and components to improve user experience.

Development Setup

First, you will need to install NodeJS.

Run the following from the command line within the /dev folder:

npm install

Make a copy of dev/config/example.config.js and set your local development settings here. Add this file to your .gitignore file to prevent breaking of team-members' dev setup.

cp example.config.js config.js

Run the following from the command line from the module directory to have gulp compile and watch for changes to both .scss files and .js files found within the /dev folder.

gulp