Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 484 Bytes

amcat4react

This repository contains components for the amcat4 client and dashboards. For an overview of the components included, see components.md

The query components can also be viewed/tested by running the App, which is nice for development:

npm install
npm start

The components to be used in amcat4client can then be exported in src/lib/index.js, and published to NPM. (don't forget to increment version)

npm run build
npm publish