Skip to content

Serving a Downloaded Project

David Foster edited this page Aug 5, 2025 · 3 revisions

Crystal can be run as a headless server that where you can use a web browser to view the contents of a downloaded project:

$ crystal --serve --headless MyDownloadedWebsite.crystalproj
Server started at: http://127.0.0.1:2797
Press Ctrl-C to stop.
Clone this wiki locally