NHS data publishing app in React using DataPub.js framework.
At present it is only the resource editor.
You can install into the CKAN instance using the ckanext-datapub extension.
First, clone the repo via git:
$ git clone git@github.com:datopian/datapub-nhs.git
And then install dependencies with npm or yarn.
$ cd datapub-nhs
$ npm install
$ #or
$ yarn
You can try out the application using storybook locally:
$ npm run storybook
or
$ yarn storybook
Or (if deployment to github pages is setup) you can visit: ...
$ npm test
or
$ yarn test