Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 630 Bytes

File metadata and controls

16 lines (14 loc) · 630 Bytes

Create a .env file

Important Notes

  • In your Trakt API application settings (https://trakt.tv/oauth/applications), add your BASE_URL (defined in the .env file) to the list of redirect URIs.
  • Verify that the client_id and client_secret stored in your .env file match the credentials shown for this app in the Trakt dashboard.

Build and Run

  • npm install
  • npm run Build
  • npm start