Skip to content

Latest commit

 

History

History
 
 

server-ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

stasis / server-ui

Web-based user interface for the server service.

Structure

This submodule is divided into three main packages:

  • api - interaction with server API
  • model - data coming from and sent to server API
  • pages - UI components

Development

To get started with development of server-ui, run the build.py script; it will pull all dependencies and build the project.

To start the required services, use the docker-compose.yml file.

To start the dev server-ui server, use the run_server.py script.

To start the dev browser, use the run_browser.py script.

To run linting and all tests, execute ./qa.py.