In this project you can find my solutions for Advent of Code.
- Docker
- Visual Studio Code with Dev Containers extension.
Open the project with a dev container and follow these steps:
Change to the folder of the year and language (e.g. 2023/php
) and execute the start script in the terminal to start the dev server.
chmod +x start.sh && ./start.sh
After that you can run the scripts in yout browser under the port 8080 (e. g. http://localhost:8080/1/1.php
).