To build and run the homepage locally, clone this repository, make sure to install docker and docker-compose, enter the main folder of this repository and run the following command:
docker compose run intercoml-homepage ./updateWebsite.sh watchThe webpage should now be available under http://localhost:4000/ in your browser. Changes to the source files will be automatically detected and the page will reload in the browser.
To compile the website for production, run:
docker compose run intercoml-homepage ./updateWebsite.sh compileThe compiled website will be available in the html/ directory.