Files
gitea-pages/README.md
germann_e 3a0f40dce6
All checks were successful
RSE-PSI Website Scheduler / checkout (push) Successful in 26s
ADD: website rse.pages link to README.md
2025-06-05 16:23:25 +02:00

15 lines
321 B
Markdown

# RSE@PSI Website
[https://rse.pages.psi.ch/RSE-PSI-Website/](https://rse.pages.psi.ch/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
```