0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

Refactor: Fix typo in the developing documentation page

This commit is contained in:
Stefan Anevski 2023-10-23 22:56:30 +02:00
parent d4be2957b8
commit 41799006e3

View File

@ -12,7 +12,7 @@ This page of the docs outlines how to get **Websurfx** up and running in a devel
- [NixOS Dev Shell using Nix Flake](#nixos-dev-shell-using-nix-flake-) - [NixOS Dev Shell using Nix Flake](#nixos-dev-shell-using-nix-flake-)
- [Local Development with Docker Compose](#local-development-with-docker-compose-) - [Local Development with Docker Compose](#local-development-with-docker-compose-)
- [Project Commands](#project-commands) - [Project Commands](#project-commands)
- [Environmental Variables](#environmental-variables) + - [Environment Variables](#environment-variables)
- [Git Strategy](#git-strategy) - [Git Strategy](#git-strategy)
- [Flow](#git-flow) - [Flow](#git-flow)
- [Branches](#git-branch-naming) - [Branches](#git-branch-naming)
@ -368,8 +368,6 @@ Once you have finished running the above command, Websurfx should now be served
> **Note** > **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. > 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** > **Important**
> You must run the build command first. > You must run the build command first.