Quick Start
Download Caddy and put it in your PATH.
cd
to your website's directory.Run
caddy
.
Done! Open your browser to http://localhost:2015 to see it working. Caddy serves the current working directory by default.
If you see a 404 error, then Caddy is working but the root of your site is missing an index file. (Need more guidance? Read the beginner tutorial.)