Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 844 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 844 Bytes

Static Badge

An experimental react component for Bloom that supports finding images and metadata needed for legal reuse via:

  • file system
  • online image sites
  • local collections like Art of Reading

image

This repository includes a little server process for use during development, but the component is indetended to be used with Bloom Editor as its backend eventually. The server does very little except for local collections.

Developing

  1. Requires Volta
  2. yarn install will load dependencies.
  3. yarn dev will run both the server and open a browser tab with the client. Everything will update automatically as you change files.

Unit Tests

yarn test