Hi Luiz
I am just asking about the last step about the code to run it locally.
which is this step
Then, on the server-side, you'll have to add environment variables related to spotify and youtube creating a .env/ file on server/ folder, following server/.env.example.
After that, you're good to start running the project locally, so:
Run these two commands on separated terminal tabs:
starts the frontend
yarn start:app
starts the server
yarn start:server
How would I add the spotify and youtube ID. Could I get more clarity on this please as i am having issues with it