Testing out a new RSS feed feature to push audio to Spotify and Apple Music
- cd rss-feed
- npm install
- set up a new .env file and add the variable of REACT_APP_BASE_URL either with http://localhost:5000 or https://your-railway-app.up.railway.app.
- npm start
- cd server
- npm install
- set up a new .env file and add the variables of PORT=5000 and the BASE_URL with http://localhost:5000 or https://your-railway-app.up.railway.app.
- npm run dev