simularium / simularium-website

Front end website for the Simularium project, includes the Simularium viewer
https://simularium.allencell.org
Apache License 2.0
6 stars 3 forks source link

Simularium repositories

This repository is part of the Simularium project (simularium.allencell.org), which includes repositories:


Node.js CI

Simularium Website

Links to staging and production releases

simularium-website is containts the code for the front end Simularium website, which allows users to visualize and analyze biological simulation results. Future functionality will include creating, modifying, and sharing simulations.


Support

Submit a GitHub issue with any bug reports or feature requests, or talk to us on the Allen Cell Discussion Form - Simularium.

Development

To run this application in development:

  1. npm i to install dependencies
  2. npm start

This will start webpack-dev-server, running by default on the port specified in webpack/constants.js. To view, visit http://localhost:{PORT}. Webpack-dev-server will watch all relevant project files, and reload the browser automatically when those files change.

See CONTRIBUTING.md for more information related to development.