- Check that you can view https://github.com/tradingview/charting_library/. If you do not have access then you can request access to this repository here.
- Install dependencies
npm install
. - Copy the charting library files
- Copy
charting_library
folder from https://github.com/tradingview/charting_library/ to/public/tradingview
folder. - Copy
datafeeds
folder from https://github.com/tradingview/charting_library/ to/public/tradingview
folder.
- Copy
- Run
npm run build
andnpm run start
. It will build the project and open a default browser with the Charting Library. - Run
npm run dev
when you start to develop with this project.
Charting Library is a standalone solution for displaying charts. This free, downloadable library is hosted on your servers and is connected to your data feed to be used in your website or app. Learn more and download.
React is a JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations.
Nextjs is React Sever Side Rendering Framework for React with zero-configuration.
This project was bootstrapped with NextJs.