A tool to browse 7zip archives online in the web-browsers.
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 install
in terminal in the folder with the app. - Run
npm run start
to run the app locally.
- Run
npm run build
to create an app that you can host. It will create a finalindex.html
in 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