# react-ansi **Repository Path**: mirrors_yesmeck/react-ansi ## Basic Information - **Project Name**: react-ansi - **Description**: A foldable and searchable ansi log viewer for React. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-16 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-ansi-dumi ## Getting Started Install dependencies, ```bash $ npm i ``` Start the dev server, ```bash $ npm start ``` Build documentation, ```bash $ npm run docs:build ``` Run test, ```bash $ npm test ``` Build library via `father-build`, ```bash $ npm run build ```