Update quick start to include a mention of wasp clean

as discussed on discord and in this issue - https://github.com/wasp-lang/wasp/issues/2030
This commit is contained in:
Cameron Blackwood 2024-05-15 13:16:30 +01:00 committed by GitHub
parent 9d8f644030
commit 10f7c1ff18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,10 @@ That's it 🎉 You have successfully created and served a new full-stack web app
Give Wasp a spin in the browser with GitHub Codespaces by following the intructions in our [Tutorial App README](https://github.com/wasp-lang/wasp/tree/release/examples/tutorials/TodoApp)
:::
:::tip Having trouble running Wasp?
If you've verified Wasp is installed and Wasp is failing to start, try running `wasp clean` - this is the Wasp equivalent of "turning it off and on again"!
:::
### What next?