Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 563 Bytes

readme.markdown

File metadata and controls

25 lines (18 loc) · 563 Bytes

metaDB logo

metadb-components

[wip]

common components for use with metadb-ui.

install

while it's being developed and not in the npm registry, use npm link to have a local dev version linked to your project:

git clone https://github.com/LafayetteCollegeLibraries/metadb-components
cd metadb-components
npm install
npm link
cd ../metadb-ui
npm link metadb-components