Skip to content

NHS data publishing app in React using DataPub.js framework.

Notifications You must be signed in to change notification settings

datopian/datapub-nhs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NHS data publishing app in React using DataPub.js framework.

At present it is only the resource editor.

Installation

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

Try it out

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: ...

Developer

Tests

$ npm test

or

$ yarn test

About

NHS data publishing app in React using DataPub.js framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published