JS Dev Server Not Available

{% if check.is_wrong_server %}

The dev server is running, but it's for another project at {{ check.project_dir }}

Try running yarn dev in this project root.

{% else %}

The dev server is not running.

Run yarn dev to start it.

{% endif %}

Styles and javascript will not work until dev server is running.