Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 394 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 394 Bytes

HTTP storage

This repository contains the HTTP storage.

Requirements

  • npm
  • node
  • docker
  • docker-compose

Build

To build the project:

npm i
npm run build

Start

Before starting put all SCDs you want to make available into the public directory.

To start the HTTP storage run:

npm start

To start it with docker run:

docker-compose up