tree: 581ff4116923381e7faf5a55faad6a21e0423d14
  1. build/
  2. public/
  3. src/
  4. .gitignore
  5. package-lock.json
  6. package.json
  7. README.md
resources/react-stockcharts/README.md

Uses react-stockcharts

Benchmark page adapted from github.com/rrag/react-stockcharts-examples2/examples/CandleStickChartWithFullStochasticsIndicator

License: MIT

Building react-stockcharts locally

It’s very difficult to change the react-stockcharts code in its current state. Here is a way to do it:

  1. remove node_modules at the project root
  2. Run: DISABLE_ESLINT_PLUGIN=true nvm exec v16 npm run start That is: disable eslint, and run with node v16 (because v18 doesn’t work).

This command needs nvm to manage your local node installations.