tree: c52839f551f9f1952f3f94b74caab185330e5eee
  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.