Shivam Kumar commited on
Commit
6963d00
β€’
1 Parent(s): 0c2dbb3

πŸ“ New command with explanation in the `developing` documentation page (#353)

Browse files

* Update developing.md

* Update developing.md

* Update developing.md

Removed the +

Files changed (1) hide show
  1. docs/developing.md +3 -0
docs/developing.md CHANGED
@@ -368,6 +368,9 @@ Once you have finished running the above command, Websurfx should now be served
368
  > **Note**
369
  > 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.
370
 
 
 
 
371
  > **Important**
372
  > You must run the build command first.
373
 
 
368
  > **Note**
369
  > 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.
370
 
371
+ + `cargo run`: Starts the app and serves the project on http://127.0.0.1:8080.
372
+
373
+
374
  > **Important**
375
  > You must run the build command first.
376