Files
gitea-pages/README.md
T

750 B

RSE@PSI Website

https://rse.pages.psi.ch/RSE-PSI-Website/

Build Instructions

Using Docker compose

  1. Ensure you have Docker or Podman installed with the correct compose command setup

  2. Run compose to build and serve the site:

    docker|podman compose up
    

    Tip

    You might have to use --force-recreate to ensure that changes in the Dockerfile are applied to a new container. Compose will normal use the last running container.

Using pip (or virtual envs)

  1. Install the required dependencies:

    pip install -r requirements.txt
    
  2. Build the website:

    mkdocs serve