ddwww

ddwww spins up a local static web server for development.

  1. Install it: brew install denisdefreyne/tap/ddwww
  2. cd into a directory with a web site
  3. Run ddwww
  4. Open http://localhost:3000

This is great for situations where you have a local web site and want to view it. The file:// protocol is severely restricted and the only real alternative is a local web server.

See the ddwww GitHub repository for details.

See also:

Note last edited May 2025.