Skip to content

caxerx/AquaViewer

 
 

Repository files navigation

AquaViewer

A WebUI for AQUA Server

This project was generated with Angular CLI.

Self Host

Due to modern browser's security restriction, there is no simple way to self host like old days.

  • To serve local instance: install NodeJS and required dependencies respectively then run ng serve.

  • To build: same as above but run ng build --configuration=production.

  • For use with Aqua server: ng build --configuration=production --base-href /web/

For static images, place them into assets folder. Otherwise, all related images won't display.

Please follow the deployment guide if you are new to angular.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.0%
  • HTML 26.4%
  • CSS 5.1%
  • JavaScript 0.5%