To set up the environment for this tutorial, ensure that you have the following installed:
- Git
- Docker
- Visual Studio Code
- Remote Development extension
- Clone this repository
- Start the challenge environment
- For amd64
docker compose up -d --build
- For Apple Silicon
docker compose -f docker-compose.applesilicon.yml up -d --build
- Attach to the newbie container
- You're all set! Good luck, have fun!