From 10f7c1ff1824b4882f605c6292ad47268fd256f8 Mon Sep 17 00:00:00 2001 From: Cameron Blackwood <38852603+Reikon95@users.noreply.github.com> Date: Wed, 15 May 2024 13:16:30 +0100 Subject: [PATCH] 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 --- web/versioned_docs/version-0.13.0/introduction/quick-start.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/versioned_docs/version-0.13.0/introduction/quick-start.md b/web/versioned_docs/version-0.13.0/introduction/quick-start.md index cc8865982..008bdc8c4 100644 --- a/web/versioned_docs/version-0.13.0/introduction/quick-start.md +++ b/web/versioned_docs/version-0.13.0/introduction/quick-start.md @@ -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?