redev
The redev will first destroy the local development
environment, and then set it up again.
Run npm run redev in the root to trigger this script.
Under the hood, this will run:
Terminal
npm run destroy && \
npm run dev
In other words, this has the same effect as
running the destroy run script,
followed by
running the dev run script.