Skip to content

RDoting/course_sustainableSE

 
 

Repository files navigation

course_sustainableSE

Website of the course Sustainable Software Engineering (CS4415) 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 web
docker run -p 4000:4000 web

The website should then be available at http://localhost:4000/course_sustainableSE/2022/.

About

Website of the course Sustainable Software Engineering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.5%
  • CSS 7.5%
  • Dockerfile 4.1%
  • Ruby 1.9%