dependabot[bot] e0e05d3a95 Build(deps-dev): bump @types/react from 18.2.33 to 18.2.41 (#675)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.33 to 18.2.41.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 16:09:36 +01:00
2023-09-07 10:37:49 +02:00
2023-11-16 11:16:16 +01:00
2023-09-11 10:14:40 +02:00
2023-10-17 09:03:15 +02:00
2023-02-24 09:47:27 +01:00
2023-11-16 11:16:16 +01:00
2023-12-08 12:54:40 +01:00
2023-08-14 09:55:53 -03:00
2023-10-17 09:03:15 +02:00
2023-02-24 09:47:27 +01:00
2023-10-14 16:54:41 +02:00
2022-09-02 15:30:58 +01:00
2022-09-29 20:21:31 +01:00
2022-09-02 22:29:22 +01:00
2022-09-29 20:21:31 +01:00
2023-11-16 11:16:16 +01:00
2023-03-09 10:26:16 +01:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install the dependencies:

yarn install

Then, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Trading charts

The trade charts are sourced with the TradingView charting_library. In order to enable the charts, request has to be requested from TradingView. This allows the charting_library package to be pulled-in during the application build process. For this, it is recommended to do the following:

  1. Request access to the TradingView repository
  2. Create a private fork
  3. Generate a Personal Access Token from Github
  4. Add the following to the environment variables: a. CHARTING_LIBRARY_USERNAME -> the username of the account with access b. CHARTING_LIBRARY_ACCESS_TOKEN -> the access token c. CHARTING_LIBRARY_REPOSITORY -> the URI of the Github repository
  5. Build the application by executing the install_charting_library.sh script prior.

For development on localhost, run yarn install-charting-library. Ensure that you have a .env.local file defined with the variables mentioned above.

S
Description
No description provided
Readme
15 MiB
Languages
TypeScript 96.2%
JavaScript 2.7%
CSS 0.8%
Shell 0.2%