Personal mirror, might delete later
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
irdest/emberweb
Milan Pässler 64a9527025
update documentation
3 years ago
..
.vscode webgui: renaming to emberweb 4 years ago
app update documentation 3 years ago
config webgui: renaming to emberweb 4 years ago
public webgui: renaming to emberweb 4 years ago
tests webgui: renaming to emberweb 4 years ago
translations update documentation 3 years ago
vendor webgui: renaming to emberweb 4 years ago
.editorconfig webgui: renaming to emberweb 4 years ago
.ember-cli webgui: renaming to emberweb 4 years ago
.eslintignore webgui: renaming to emberweb 4 years ago
.eslintrc.js webgui: renaming to emberweb 4 years ago
.gitignore webgui: renaming to emberweb 4 years ago
.template-lintrc.js webgui: renaming to emberweb 4 years ago
.watchmanconfig webgui: renaming to emberweb 4 years ago
LICENSE webgui: renaming to emberweb 4 years ago
README.md update documentation 3 years ago
api.md webgui: renaming to emberweb 4 years ago
ember-cli-build.js webgui: renaming to emberweb 4 years ago
jsconfig.json webgui: renaming to emberweb 4 years ago
package.json webgui: renaming to emberweb 4 years ago
testem.js webgui: renaming to emberweb 4 years ago
yarn.lock webgui: renaming to emberweb 4 years ago

README.md

qaul Web GUI

The web GUI is the HTML5 GUI for qaul, which is qaul's default GUI.

For how to develop, build and test the web GUI read the chapter in the contributors' guide.

Prequisites

  • yarn

After having installed yarn on your system, run the command in this folder to set up the build environment.

yarn

Build Ember WebGUI

To build the ember WebGUI run the following command:

yarn ember build

Test Ember GUI locally

To start the local ember test server run the following command:

yarn ember serve

Now you can open the WebGUI in your web browser: http://localhost:4200/

Documentation

More documentation you'll find in the contributors guide. read the chapter in the contributors' guide.