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