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