-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

live-server


> A simple development HTTP server with live reload capability.

More information.


Serve an `index.html` file and reload on changes:

live-server

Specify a port (default is 8080) from which to serve a file:

live-server --port={8081}

Specify a given file to serve:

live-server --open={about.html}

Proxy all requests for ROUTE to URL:

live-server --proxy={/}:{http:localhost:3000}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:33:57 2024