Skip to content

fernandosouza/metal-clay-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metal-clay-components

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install lerna global dependency:

[sudo] npm install -g [email protected]
  1. Run lerna to install local dependencies and link packages together:
lerna bootstrap
  1. Install local dependencies
npm install
  1. Build all packages
lerna run build
  1. Start a local server on port 4000
npm run start
  1. Run tests:
lerna run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.7%
  • HTML 45.3%