WebUI for Aqua Server
Go to file
2020-03-31 21:10:53 +09:00
.github/workflows Create main yml 2020-02-01 13:41:41 +08:00
e2e Init 2020-01-15 19:56:48 +09:00
src [general] Update version number 2020-03-31 21:10:53 +09:00
.editorconfig Init 2020-01-15 19:56:48 +09:00
.gitignore Init 2020-01-15 19:56:48 +09:00
angular.json [Dependency] Update to Angular 9 2020-03-25 21:50:27 +09:00
browserslist Init 2020-01-15 19:56:48 +09:00
karma.conf.js Init 2020-01-15 19:56:48 +09:00
package-lock.json [Dependency] Update minimist to 1.2.5 2020-03-28 22:53:16 +09:00
package.json [Dependency] Update minimist to 1.2.5 2020-03-28 22:53:16 +09:00
README.md Update README.md 2020-02-27 16:00:01 +09:00
tsconfig.app.json [Dependency] Update to Angular 9 2020-03-25 21:50:27 +09:00
tsconfig.json Init 2020-01-15 19:56:48 +09:00
tsconfig.spec.json Init 2020-01-15 19:56:48 +09:00
tslint.json Init 2020-01-15 19:56:48 +09:00

AquaViewer

A WebUI for AQUA Server

This project was generated with Angular CLI version 8.3.20.

Live Version

Go http://aqua.samnyan.icu/

Please notice that if you are using HTTPS, your browser may block HTTP connect to the game server.

Self Host

Go to gh-pages branch, then clone all the file or download as zip. This build is up to date with the source.

###Build From Source You need to have Angular-cli installed and run ng build --prod.

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