Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 624 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 624 Bytes

Atlas Components

A collection of React components used in the front end of Expression Atlas and Single Cell Expression Atlas.

This is a Lerna-managed monorepo. Read Lerna’s documentation for more details.

npm install
npx lerna bootstrap

In short, remember to run npx lerna bootstrap from the top level directory after you install or remove packages in each package.json to ensure the dependencies have been correctly symlinked. We have noticed that sometimes NPM, as usual, has some unexpected behaviour.