Website of the course Sustainable Software Engineering (CS4415) at TU Delft.
The easiest way to get the website running locally is by building and running
the Docker container specified in the
Dockerfile. In order to do so, you must have Docker installed on your
system. Official instructions can be found
here, although most Linux distributions
provide a Docker package of some kind; for Arch-based distros, pacman -S docker docker-buildx
should do the trick.
Once you have Docker installed, run the following from the project folder:
docker build . -t web
docker run -p 4000:4000 web
The website should then be available at http://localhost:4000/course_sustainableSE/2022/.