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 bootstrapSe package README for package specific details.
Run linting for all packages:
yarn lintRun tests for all packages:
yarn testyarn startLerna is needed for easy publishing. Install latest 2.x version of lerna
npm install --global lernaPublish with lerna:
lerna publishyarn deploy-designmanual