Note

This command is rarely needed anymore. As of Fathom 3.4, vectorization happens automatically when you run a command that needs it.

fathom serve

Serve samples locally over HTTP.

Serve the files in <directory> at http://localhost:<port>. This is useful for vectorizing samples using FathomFox. FathomFox expects you to provide, in the vectorizer page, an address to an HTTP server that is serving your samples.

fathom serve [OPTIONS]

Options

-p, --port <port>

The port to use (default: 8000)

-d, --directory <directory>

The directory to serve files from (default: current working directory)