simple-fs-server/README.md

26 lines
442 B
Markdown
Raw Normal View History

2023-01-05 18:18:07 +09:00
# Simple FS server
### Feature
- [x] Simple file server
- [x] Serve static files
- [ ] Search files
- [ ] Preview files
- [ ] Plugin system
- [ ] Support for multiple languages
- [ ] Support for multiple themes
- [ ] Upload files
- [ ] Authentication
- [ ] Sort files
- [ ] Download files
- [ ] DESCRIPTION.md for index
### Usage
Start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.