/mc-react-phonon-visualizer-old

The Materials Cloud interactive phonons visualizer written in React.

Primary LanguageGnuplotMIT LicenseMIT

Interactive phonons visualizer

This repository houses the Materials Cloud interactive phonons visualizer React app.

Development

  • clone this repo
  • install node.js (includes npm) from official site
  • install dependencies with npm install
  • install backend dependencies with pip install -r requirements.txt
  • launch the backend with python api/app.py
  • launch the app with npm start