https://github.com/r3nanp/podcastr
🎧 The best podcast application.
https://github.com/r3nanp/podcastr
audio nlw podcast podcastr
Last synced: 5 months ago
JSON representation
🎧 The best podcast application.
- Host: GitHub
- URL: https://github.com/r3nanp/podcastr
- Owner: r3nanp
- License: mit
- Created: 2021-04-16T13:02:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T01:38:24.000Z (over 4 years ago)
- Last Synced: 2025-04-08T11:51:33.517Z (6 months ago)
- Topics: audio, nlw, podcast, podcastr
- Language: TypeScript
- Homepage: https://podcastr.r3nanp.vercel.app/
- Size: 1.43 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# Podcastr
> The best podcast application!

[](https://github.com/styled-components/styled-components)
# Technologies used 🛠
- Next
- Typescript
- styled-components
- framer-motion
- Jest
- react-icons
- Next PWA
- rc-slider
- date-fns# 🎉 Contributing
[Check this step by step](CONTRIBUTING.md)
# 👷♂️ Installation
**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**
```
git clone https://github.com/r3nanp/podcastr.git
```SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:
```
git clone git@github.com:r3nanp/podcastr.git
```**Install dependencies**
```
yarn install
```Or
```
npm install
```Create your enviroment variables based on the examples of ```.env.example```
```
cp .env.example .env
```After copying the examples, make sure to fill the variables with new values.
# 🏃 Getting Started
Run the following command in order to start the application in a development environment:
```yarn dev```
# :closed_book: License
Released in 2021.
This project is under the [MIT license](LICENSE).Made with love by [Renan Pereira](https://github.com/r3nanp) 💜🚀