/atlas-components

Front end components of Expression Atlas and Single Cell Expression Atlas

Primary LanguageHTML

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.