Currently, after provisioning the Vagrant VM, users cannot run scripts/server because the static site is not built. Add a step to scripts/setup that builds the static site so that users can run scripts/setup and scripts/server with no intermediary steps.
Currently, after provisioning the Vagrant VM, users cannot run
scripts/server
because the static site is not built. Add a step toscripts/setup
that builds the static site so that users can runscripts/setup
andscripts/server
with no intermediary steps.