README
Media Library
A Media Library component for use in Automattic products.
Installation
npm i -S @automattic/media-library
Usage
import {} from '@automattic/media-library';
Development Workflow
Installation
Run npm install in the root of the repository to get the required devDependencies.
Testing
Run the following commands in the root of the repositry to run the tests.
npm run test-packages
npm run test-packages:watch
Development
Run npm run media-library:storybook:start in the root of the repository to run the Storybook.