Create a .env
file in the root directory of the project. This project use the Alpha Vantage API to get stock data. You can get your api key from the Alpha Vantage.
REACT_APP_API_KEY=<your_api_key>
Install the dependencies:
yarn install
Once it's done, you can run the app with yarn start
. Or run the desktop app with yarn dev
.