Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitessce/vitessce-link
https://github.com/vitessce/vitessce-link
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitessce/vitessce-link
- Owner: vitessce
- Created: 2024-08-23T17:21:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T19:31:11.000Z (3 months ago)
- Last Synced: 2024-11-06T08:05:52.027Z (about 2 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
```