Is there support for the PHP Storm built-in server?

I get the error: An exception has been thrown during the rendering of a template "The asset ‘vendor/font-awesome/css/font-awesome.css’ could not be found…

This may be the result of not enabling a dynamic routing system (I am assuming based on the installation instructions ). I guess my question is should I be able to use PHP Storm and its Built-in server to work on my UserFrosting project? Anyone done this before?

Never used PHP Storm, but I can tell you this error is related to assets. You’ll need to build the assets locally ( php bakery build-assets ).