X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=README.md;fp=README.md;h=b72b710a58af70aeb6ccf2412f64084dc6b01627;hp=6802a757cfb5974c206d9b71f5eafdf7772692fd;hb=4ed820a37e320b727221cbdd541c63a0b90d11a6;hpb=863db0d616f952ceac10b92dde703bef5093469a diff --git a/README.md b/README.md index 6802a75..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,6 +14,14 @@ * 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