andres 6ad5740392 chore: move fetch with cors bypass into a separate service
feat: fetch rss directly and if facing a cors issue try again with the bypass
2024-04-20 23:33:42 +02:00
2024-04-18 15:10:31 +02:00
2024-04-18 15:10:31 +02:00
2024-04-18 15:10:31 +02:00
2024-04-18 15:14:35 +02:00
2024-04-18 15:10:31 +02:00
2024-04-18 15:10:31 +02:00
2024-04-18 15:10:31 +02:00
2024-04-18 15:10:31 +02:00

Front-end test for INDITEX

Instructions

  1. Clone this repository
  2. Run pnpm install. If you don't have pnpm installed, you can install it by running npm install -g pnpm.
  3. 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)
  4. For production, run pnpm build. This will generate the optimized assets in the dist folder. To serve the assets, you can run pnpm serve or any other server of your choice.
Description
No description provided
Readme 463 KiB
Languages
TypeScript 94.9%
HTML 2.7%
CSS 1.5%
JavaScript 0.9%