# npm-readme-search **Repository Path**: mirrors_stephenplusplus/npm-readme-search ## Basic Information - **Project Name**: npm-readme-search - **Description**: experimental npm readme searcher - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README npm readme search experiment ``` npm install # download data with dat. let run for ~10s for dev purposes, or let it finish for entire dataset npm run clone # create sqlite search index npm run index # start frontend dev server npm start # start backend dev server (in another terminal) npm run server # open web app open http://localhost:9966 ```