Monorepo containing a set of packages used to build UIs at NDLA.
npm install [package-name]
or
yarn add [package-name]
To view all of the available packages, see the packages/
directory.
Install root dependencies and bootstrap packages.
yarn && yarn bootstrap
Se package README for package specific details.
Run linting for all packages:
yarn lint
Run tests for all packages:
yarn test
yarn start
Lerna is needed for easy publishing. Install latest 2.x version of lerna
npm install --global lerna
Publish with lerna:
lerna publish
yarn deploy-designmanual