Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.31 KB

Web DL Website

Web DL website overview page

lint workflow test workflow build workflow

Web DL website is a Vue.js SPA Website build to fully integrate the Web DL API and all of its features. It's the official browser client for the Web DL stack.

Some features

  • Responsive for all screen sizes, from mobile to ultra-wide.
  • Compiled for all modern web browsers.
  • 100% integrated with Web DL API.
  • Authenticated user access to resources and files.
  • Websocket live connection for automatic status and progress updates.
  • Charts for data storage insights.
  • Even more...

Quick start

$ git clone https://github.com/web-dl-tools/website.git
$ cd ./website
// Fill in .env file
$ make start

Please review the requirements, installation and configuration steps in the documentation for additional information and troubleshooting.