Note: This repo has been merged to https://github.com/materialscloud-org/interactive-phonon-visualizer, and this version is archived.
This repository houses the Materials Cloud interactive phonons visualizer React app.
- clone this repo
- install
node.js(includesnpm) 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