Installation

  1. Clone the repo

    git clone https://github.com/omar-zeineddine/stock-stream
  2. install dependencies

    npm install
  3. Navigate to https://polygon.io/dashboard and your free API key to .env.local file

    echo 'NEXT_PUBLIC_POLYGON_API_KEY="your api key"' >> .env.local
  4. Run the app

     npm run dev