All checks were successful
RSE-PSI Website Scheduler / checkout (push) Successful in 26s
15 lines
321 B
Markdown
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
|
|
``` |