mirror of
https://github.com/ershisan99/podcaster.git
synced 2025-12-16 20:59:26 +00:00
6ad574039234f363157d721e6fb152d2e1940a79
feat: fetch rss directly and if facing a cors issue try again with the bypass
Front-end test for INDITEX
Instructions
- Clone this repository
- Run
pnpm install. If you don't havepnpminstalled, you can install it by runningnpm install -g pnpm. - For development, run
pnpm dev. This will start the development server and open the browser. The assets served are not optimized for production (not minimized) - For production, run
pnpm build. This will generate the optimized assets in thedistfolder. To serve the assets, you can runpnpm serveor any other server of your choice.
Description
Languages
TypeScript
94.9%
HTML
2.7%
CSS
1.5%
JavaScript
0.9%