alamin655 commited on
Commit
0c2dbb3
2 Parent(s): d4be295 4179900

Merge pull request #350 from anevski-stefan/fix/349-type-in-developing-documentation

Browse files
Files changed (1) hide show
  1. docs/developing.md +1 -3
docs/developing.md CHANGED
@@ -12,7 +12,7 @@ This page of the docs outlines how to get **Websurfx** up and running in a devel
12
  - [NixOS Dev Shell using Nix Flake](#nixos-dev-shell-using-nix-flake-)
13
  - [Local Development with Docker Compose](#local-development-with-docker-compose-)
14
  - [Project Commands](#project-commands)
15
- - [Environmental Variables](#environmental-variables)
16
  - [Git Strategy](#git-strategy)
17
  - [Flow](#git-flow)
18
  - [Branches](#git-branch-naming)
@@ -368,8 +368,6 @@ 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
- - `cargo run`: Starts the app and serves the project on http://127.0.0.1:8080.
372
-
373
  > **Important**
374
  > You must run the build command first.
375
 
 
12
  - [NixOS Dev Shell using Nix Flake](#nixos-dev-shell-using-nix-flake-)
13
  - [Local Development with Docker Compose](#local-development-with-docker-compose-)
14
  - [Project Commands](#project-commands)
15
+ + - [Environment Variables](#environment-variables)
16
  - [Git Strategy](#git-strategy)
17
  - [Flow](#git-flow)
18
  - [Branches](#git-branch-naming)
 
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