Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.22 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.22 KB

carbondream

Reactjs Annotation Engine

Carbondream is an annotation engine written purely in ReactJS. It was inspired by Annotator and heavily borrows from the UX.

Using it

To use Carbondream:

  • Install the component through NPM

  • Require it

  • Pass it a list of annotations and the following props:

Contributing

First, setup your local environment:

git clone [email protected]:ZeroarcSoftware/carbondream.git
cd carbondream
npm install

Link the project to your local target environment:

sudo npm link

Next, build the project:

npm run build

Or, alternatively, use babel watch to continously watch for changes:

NODE_ENV=production npx babel src/ -d dist/ --extensions '.ts,.tsx' -w