This project provides a frontend for podcasts produced by UCF faculty and staff, enabling the university to promote the work and ideas of our people.
- Clone the repository:
git clone [email protected]:UCF/podcast-hub.git - Install the npm packages:
npm install - Copy the
.env.templatefile to.envand add the necessary entries - Run the local development environment:
npm run dev