Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 485 Bytes

File metadata and controls

15 lines (10 loc) · 485 Bytes

Website

The LiveG website, at liveg.tech.

Licensed by the LiveG Open-Source Licence.

Testing locally

To test locally, launch a local web server in the src directory. This is where the root of the website is.

A convenient way to start a web server is to run the following command:

python3 -m http.server

You should then be able to access the website locally by visiting localhost:8000 in your browser.