A tool to browse 7zip archives online in the web-browsers. Mainly used to serve scientific content (simulation logs) from the static archives on MPDS platform.
You'll need Node.js and NPM to run it locally. Please make sure you have it on your machine.
A step by step series of examples that tell you how to get a development env running:
- Clone the repo to your machine.
- Run
npm installin terminal in the folder with the app. - Run
npm run startto run the app locally.
- Run
npm run buildto create an app that you can host. It will create a finalindex.htmlin the root folder of the app.
- Vanilla JavaScript.
- Archive library for browsers.
This project is licensed under the MIT, see the LICENSE.md file for details