From 8c3d4df9e39280fdeeedd531faa2b9b0af66ea0b Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sat, 23 May 2026 17:23:23 +0700 Subject: [PATCH] docs: align README with current build and export reality - Mention CSV alongside Excel in feature description - Drop npm/yarn/bun commands (project locks to pnpm 11.1.1) - Add Node 24+ / pnpm 11+ requirement note - Fix edit-page path: src/app/page.js --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0c284c0..76881fb 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # exchange-rate-export -Fetch data from BIDV or Techcombank and export to Excel format. +Fetch data from BIDV or Techcombank and export to Excel or CSV. Features: - Choose BIDV or Techcombank. - Select time range. -- View and export to Excel. +- View and export to Excel or CSV. Use data from : - https://bidv.com.vn/vn/ty-gia-ngoai-te @@ -16,21 +16,18 @@ This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next- ## Getting Started +Requires Node.js 24+ and pnpm 11+. + First, run the development server: ```bash -npm run dev -# or -yarn dev -# or +pnpm install pnpm dev -# or -bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. -You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file. +You can start editing the page by modifying `src/app/page.js`. The page auto-updates as you edit the file. This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.