X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=README.md;fp=README.md;h=b72b710a58af70aeb6ccf2412f64084dc6b01627;hp=c50b3746d0bae2b4144f66370a9461f1a39c4473;hb=1f84b22050cf470b00aef6b3c3ecb7ae70242e1a;hpb=295ca1daf01ff83964812c50fe1374dd679a0559 diff --git a/README.md b/README.md index c50b374..b72b710 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -== How to setup openssl on windows +# Setup + +## Openssl on windows * Install vcpkg * PS> git clone https://github.com/Microsoft/vcpkg.git @@ -12,7 +14,15 @@ * Add this path to $env:PATH: * \installed\x64-windows\bin +## Sass + +Sass is needed to generate the CSS file (backend/static/style.css) from the SASS file (backend/style.scss). + + +## Run backend + +* use the command 'Cargo run' in the backend directory (not in the root directory). -== Autoreload +## Autoreload https://actix.rs/docs/autoreload/ \ No newline at end of file