first commit
This commit is contained in:
commit
3d0aef852f
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
- Node: v22.14.0
|
||||
|
||||
- Test Steps:
|
||||
1. Install dependencies:
|
||||
npm install
|
||||
|
||||
- Folder structure:
|
||||
* source-pages: Contains demo HTML pages
|
||||
(In practice, dynamic fetching will be used instead of reading directly from here)
|
||||
* data: Stores JSON files after parsing HTML
|
||||
|
||||
- Test Commands:
|
||||
* Get list of articles:
|
||||
npm run dev-get-list
|
||||
* Get article details:
|
||||
npm run dev-get-page-details
|
||||
Loading…
Reference in a new issue