Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 477 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 477 Bytes

Vitessce-Link

Vitessce-Link provides an interface to experience Vitessce with mixed reality.

Local development

Install pnpm following these instructions and cd into the the project directory

    pnpm install
    pnpm start

Linting

Project uses biome for linting.

    npx @biomejs/biome format --write ./src

Deployment

    pnpm build