- Clone the repo.
- Install
yarn
and runyarn install
. - Start react app using
yarn start
to run preview app. - Create new component called
LinePlot
insrc/plots/LinePlot.js
. - Import
LinePlot
component toApp
component (src/App.js
) to see it in the preview app. - Import necessary components (
Plot
,GeomLine
, etc.). - Create plot that looks like this one: