blob: 3b76048c2f1b01c5f43b95833cc327aa63e4da0a (
plain) (
tree)
|
|
# fs-tracer-frontend
This repository contains the frontend for the fs-tracer project, providing a user interface to view and manage file system modifications tracked by the eBPF agent.
## Overview
The frontend is built using React and TypeScript, offering a responsive and intuitive user experience. It interacts with the backend services via RESTful APIs to display recent file changes, allow searches, and manage file versions.
## Running
```bash
npm run dev
```
|