Simularium binding affinity education module
This app uses the Simularium Viewer to create live binding simulations that users can then collect data on and determine the binding affinity.
- Install bun
bun install
to install dependencies- locally link the simularium viewer (see CONTRIBUTING.md for more info on why)
- clone the viewer repo
- cd into the viewer repo
- build the viewer:
npm run build
- type
cat package.json
- then
bun link
- cd back to this repo
- type
bun link @aics/simularium-viewer
- type
bun dev
<= starts the server - Open at http://localhost:5173/
See CONTRIBUTING.md for information related to developing the code.