A little app I made to play a bit with server components
It's a file navigator that allows you to navigate through your files and folders, and see the content of the files.
It supports text, images, videos and pdf, for now it's read-only, but write support is planned
I tested it on Linux and Mac, but it should work on Windows too
git clone https://github.com/Santiago-j-s/file-navigator-app
cd file-navigator-app
pnpm install
pnpm run dev