renamed 'home.md' to 'index.md' and updated readme
All checks were successful
RSE-PSI Website Scheduler / checkout (push) Successful in 25s

This commit is contained in:
Michael Weinold
2025-06-04 21:02:00 +02:00
parent 87575ba69d
commit 2e17d76e0e
5 changed files with 16 additions and 8 deletions

View File

@ -1 +1,13 @@
# RSE@PSI Website
# RSE@PSI Website
## Build Instructions
1. Install the required dependencies:
```bash
pip install -r requirements.txt
```
2. [Build the website](https://www.mkdocs.org/getting-started/):
```bash
mkdocs serve
```