https://github.com/blakek/simple-file-explorer
A simple file/media explorer so I can share some recordings from my laptop
https://github.com/blakek/simple-file-explorer
hacktoberfest
Last synced: 11 months ago
JSON representation
A simple file/media explorer so I can share some recordings from my laptop
- Host: GitHub
- URL: https://github.com/blakek/simple-file-explorer
- Owner: blakek
- Created: 2022-10-09T23:03:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T05:19:12.000Z (over 1 year ago)
- Last Synced: 2025-02-22T00:27:43.572Z (over 1 year ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-file-explorer
> A simple file explorer mainly for hosting videos and music files from a directory.
This project is a simple file explorer that allows you to host videos and music files from a directory.
I just made it for personal use so I could easily share some old videos with friends and family.
## Getting Started
[Bun] is required to run this project.
First, install the dependencies:
```sh
bun install
```
Start the server using one of the predefined scripts. For example:
```sh
bun dev # Start the development server in the current directory
FS_ROOT=/path/to/directory bun dev # Start the development server in a specific directory
bun start # Start the production server in the current directory (also accepts FS_ROOT)
```
[bun]: https://bun.sh
[next.js]: https://nextjs.org/