https://github.com/hskang9/stnd-tv-chart-library
https://github.com/hskang9/stnd-tv-chart-library
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hskang9/stnd-tv-chart-library
- Owner: hskang9
- Created: 2024-12-28T13:42:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T13:45:10.000Z (5 months ago)
- Last Synced: 2025-04-15T03:18:27.174Z (about 1 month ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to start
1. 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](https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/).
2. Install dependencies `npm install`.
3. Copy the charting library files
1. Copy `charting_library` folder from https://github.com/tradingview/charting_library/ to `/public/tradingview` folder.
2. Copy `datafeeds` folder from https://github.com/tradingview/charting_library/ to `/public/tradingview` folder.
4. Run `npm run build` and `npm run start`. It will build the project and open a default browser with the Charting Library.
5. Run `npm run dev` when you start to develop with this project.## What is Charting Library
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](https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/).
## What is React
React is a JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations.
## What is Nextjs
Nextjs is React Sever Side Rendering Framework for React with zero-configuration.
## About This Project
This project was bootstrapped with [NextJs](https://github.com/vercel/next.js).