Files
gitea-pages/README.md
Michael Weinold 2e17d76e0e
All checks were successful
RSE-PSI Website Scheduler / checkout (push) Successful in 25s
renamed 'home.md' to 'index.md' and updated readme
2025-06-04 21:02:00 +02:00

13 lines
233 B
Markdown

# 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
```