about summary refs log blame commit diff
path: root/README.md
blob: c688b6d5a5edca53930082876182c3a044637205 (plain) (tree)
1
2
3
4
5
6
7
8
                    
 
                                                                                                                                                                   
 
           
 
                                                                                                                                                                                                                                        
 


           
   



                                              
# 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
```

Related:
- https://github.com/baitinq/fs-tracer
- https://github.com/baitinq/fs-tracer-backend