Update dependencies
[valheim_web.git] / README.md
1 # Setup\r
2 \r
3 ## Sass\r
4 \r
5 Sass is needed to generate the CSS file (backend/static/style.css) from the SASS file (backend/style.scss).\r
6 \r
7 \r
8 ## Run backend\r
9 \r
10 * use the command 'Cargo run' in the backend directory (not in the root directory).\r
11 \r
12 \r
13 ## Autoreload\r
14 \r
15 https://actix.rs/docs/autoreload/