Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 331 Bytes

File metadata and controls

16 lines (8 loc) · 331 Bytes

README

To start the display server please go to the build folder and from the terminal start a simple http server anyway you like with this folder as root of the server.

python3 example:

python3 -m http.server 1234

php example:

php -S localhost:1234

and then visit localhost:1234 on you favourite browser