CKAN Extension for UNADS Styling and custom features
Please have a look at: https://fjelltopp.atlassian.net/wiki/spaces/ADR/pages/168591361/ADR+Translations
- Have npm and nvm installed
- run
$npm install --global yarn
to install yarn
- 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
- cd into the the react directory
- run
yarn test
to run tests once - run
yarn test:watch
to run the test watcher