This is a podcast application that allows users to listen to their favorite podcasts.
To set up the development environment, follow these steps:
- Clone the repository:
git clone https://github.com/FlorentinoG9/podacster.git
- Install the dependencies:
npm install
- Start the development server:
npm dev
- Open your browser and navigate to
http://localhost:3000
to view the app.
To deploy the app to a production environment, follow these steps:
- Build the production-ready code:
npm run build
- Build the production-ready code:
npm run start
- Open your browser and navigate to
http://localhost:3000
to view the app.