Skip to content
/ clay Public

A web implementation of the Lexicon Experience Language

Notifications You must be signed in to change notification settings

liferay/clay

Repository files navigation

metal-clay-components

Build Status

Coverage Status

Browser support

IE
Internet Explorer
Edge
Microsoft Edge
Firefox
Mozilla Firefox
Chrome
Google Chrome
Opera
Opera
Safari
Safari
Chrome Android
Chrome Android
Safari iOS Chrome
Safari iOS
11 latest last 2
v52
last 2 latest last 2 latest latest

Setup

  1. Install NodeJS >= v6.11.0, 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 run lerna
  1. Build all packages
npm run build
  1. Start a local server on port 4000
npm run start
  1. Run tests:
npm run test

Important

Since travis is failing on executing a11y tests due to out of date suid you need to execute npm run a11y locally before sending any pr to verify we're following accessibility standars.