
File sharing through web with wonderful alternation.
Introduction
Dort is a npm tool to share your editing, file structure through web during presentation or code review.
Everybody in the same network can browse through the files, check file history, copy the code, download the project, preview images, etc.
Feature
- Easy for Client (all platform with browser)
- Live Update
- Low Network Traffic
Demo

Instruction
- Launch dort inside your project folder
# cd /your-files
# dort
Configuration
| debug | number | 1 | develop levels |
| path | string | '' | path of file you want open |
| name | string | '' | name of project |
| port | number | 4574 | port for web |
| exclude | array | ['/.DS_Store', '/.log', ...] | file to exclude |
| test | bool | false | Enable test mode or not |
| max-file-size | number | 99999 | max file size |
Then you can launch dort as
TODO