|
||
---|---|---|
.. | ||
build | ||
public | ||
src | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
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:
- remove node_modules at the project root
- 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.