An offline, browser-based file navigator and text reader, with powerful built-in visualizations.
docker build -t steel .
docker run -d -p 3000:3000 steel
Open localhost:3000
in a browser.
Contributions, issues and feature requests are welcome.
- Fork it (https://github.com/tom-draper/steel)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request