Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 426 Bytes

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