From 6963d00074f48687a2ab267fe3dcc77056fc3a5d Mon Sep 17 00:00:00 2001 From: Shivam Kumar <127589548+shivam200446@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:07:08 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20New=20command=20with=20explanati?= =?UTF-8?q?on=20in=20the=20`developing`=20documentation=20page=20(#353)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update developing.md * Update developing.md * Update developing.md Removed the + --- docs/developing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/developing.md b/docs/developing.md index 3264177..89d6d11 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -368,6 +368,9 @@ Once you have finished running the above command, Websurfx should now be served > **Note** > When you build the project first time with the above command it will require the app to compile every dependency in the project which will then be cached on your system. So when you compile the app next time it will only compile for the new changes. ++ `cargo run`: Starts the app and serves the project on http://127.0.0.1:8080. + + > **Important** > You must run the build command first.