simularium / binding-sim-edu

Other
0 stars 0 forks source link

Project name

Simularium binding affinity education module


Description

This app uses the Simularium Viewer to create live binding simulations that users can then collect data on and determine the binding affinity.

Quick Start

Do once

  1. Install bun
  2. bun install to install dependencies
  3. locally link the simularium viewer (see CONTRIBUTING.md for more info on why)
    1. clone the viewer repo
    2. cd into the viewer repo
    3. build the viewer: npm run build
    4. type cat package.json
    5. then bun link
    6. cd back to this repo
    7. type bun link @aics/simularium-viewer

Do every time

  1. type bun dev <= starts the server
  2. Open at http://localhost:5173/

Development

See CONTRIBUTING.md for information related to developing the code.