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

mateomustapic/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

About

A web implementation of the Lexicon Experience Language

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 57.6%
  • CSS 24.6%
  • JavaScript 17.6%
  • Groovy 0.2%