Podcastr

home

Version Documentation License: MIT

How to Use   |    Technologies   |    Author   |    License

The Podcastr was developed during the Next Level Week 5, promoted by Rocketseat. It's a platform were you can listening the episodes from Podcast "Talk Dev" and see a description about it episode content.

How to Use

If you want download this folder from this repository just follow this steps below:

  1. Copy the url from your browser;
  2. Replace the 'tree/main' or 'tree/master' with trunk;

Example:

https://github.com/User/somerepo/tree/main/folderyouwant

https://github.com/User/somerepo/trunk/folderyouwant

3.Go to the command Line and just grab the folder with SVN

    svn checkout https://github.com/User/somerepo/trunk/folderyouwant 

After download that folder you gonna run the below command to start the application:

npm install

or

yarn 

Those command will install and download the required packages to application be able to run correctly.

After that you can choose use npm or yarn to run the application:

npm run server 
npm run dev

For users of yarn :

yarn server

and them:

yarn dev

The first command will start mini back-end server and the next command will run the application.

🚀 Technologies

This Project was developed using the following technologies:

  • HTML
  • CSS
  • JavaScript
  • NodeJS
  • React
  • Next

Author

👤 Alberto Junior

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Alberto Júnior.
Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.


Made with ♥ by Rocketseat 👋 Participe da nossa comunidade!


_This README was generated with ❤️ by readme-md-generator and Alberto