Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 1.07 KB

File metadata and controls

40 lines (20 loc) · 1.07 KB

Archivarius

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.

Getting Started

You'll need Node.js and NPM to run it locally. Please make sure you have it on your machine.

Installing

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.

Deployment

  • Run npm run build to create an app that you can host. It will create a final index.html in the root folder of the app.

Built With

Authors

License

This project is licensed under the MIT, see the LICENSE.md file for details