Skip to content

luiscruz/course_sustainableSE

Repository files navigation

course_sustainableSE

Website of the course Sustainable Software Engineering (CS4575) at TU Delft.

Build & Run

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 sse-site
docker run -p 4000:4000 -v $(pwd):/myapp -it sse-site

For PowerShell, the commands should be:

docker build . -t sse-site
docker run -p 4000:4000 -v ${PWD}:/myapp -it sse-site

The website should then be available at http://localhost:4000/course_sustainableSE/2026/. (and only at this link, replacing localhost by an ip address will not work.)

About

Website of the course Sustainable Software Engineering

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages