https://github.com/vitessce/vitessce-link
https://github.com/vitessce/vitessce-link
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitessce/vitessce-link
- Owner: vitessce
- Created: 2024-08-23T17:21:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T19:31:11.000Z (8 months ago)
- Last Synced: 2024-12-25T04:42:12.883Z (5 months ago)
- Language: TypeScript
- Size: 17.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vitessce-Link
Vitessce-Link provides an interface to experience [Vitessce](https://github.com/vitessce/vitessce/) with mixed reality.### Local development
`Install pnpm` following these [instructions](https://pnpm.io/installation) and `cd` into the the project directory
```
pnpm install
pnpm start```
### Linting
Project uses [biome](https://biomejs.dev/) for linting.
```
npx @biomejs/biome format --write ./src
```
### Deployment
```
pnpm build
```