🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@akkadu/rsi-interpretation-player

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akkadu/rsi-interpretation-player

RSI SDK interpretation player package

latest
npmnpm
Version
0.3.69
Version published
Maintainers
1
Created
Source

RSI API Interpretation Player

How to start the project

yarn start

it will fire tsc --watch, which will build the javascript files from the lib folder when making changes in src. See yarn start:css to watch css files.

For some reason running both scrips to build the .js and .css files takes so long for other modules to apply the changes, so we need to run yarn start:css in a separate terminal to watch for css changes.

yarn start:css

When you run the above command, every time you change the .scss file in src diretory it will regenrate new .css file in the dist directory.

Production

For production you can use yarn build which will use rollup to create the bundles, the generated code can be found in dist directory. Remember yarn build will generate both the .js and .css files so no need to run other commands beside it.

FAQs

Package last updated on 18 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts