ckanext-unaids
CKAN Extension for UNADS Styling and custom features
Translations
Please have a look at: https://fjelltopp.atlassian.net/wiki/spaces/ADR/pages/168591361/ADR+Translations
Developing react components
Setup
- Have npm and nvm installed
- run
$npm install --global yarn to install yarn
Running
- cd into the the react directory
- run
yarn to set up your local environment
- run
yarn start to start the live builder
- run
yarn build to run the builder once
Testing
- cd into the the react directory
- run
yarn test to run tests once
- run
yarn test:watch to run the test watcher