Blurry
Menu

Commands: runserver

This command is a nod to Django's command of the same name. It starts a development server on http://127.0.0.1:8000 and live-reloads when source content changes.

runserver builds your site, but unlike with the build command:

Its output looks something like:

$ blurry runserver
[I 230108 15:47:36 server:335] Serving on http://127.0.0.1:8000
[I 230108 15:47:36 handlers:62] Start watching changes
[I 230108 15:47:36 handlers:64] Start detecting changes
Gathered 14 tasks (sitemap and 13 content files)
Took 0.119001 seconds