Skip to content
forked from liferay/clay

A web implementation of the Lexicon Experience Language

Notifications You must be signed in to change notification settings

liferay-labs-br/clay

 
 

Repository files navigation

metal-clay-components

Build Status

Coverage Status

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.

About

A web implementation of the Lexicon Experience Language

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 57.7%
  • CSS 24.7%
  • JavaScript 17.4%
  • Groovy 0.2%