This project is a fun and welcoming space for developers of all skill levels to explore Perl and Raku. We provide weekly challenges to encourage learning, collaboration, and knowledge sharing. Whether you're an expert or a curious beginner, you'll find challenges to suit your skillset. We believe in fostering a supportive community where everyone can learn from each other. Feel free to ask questions, share your progress, and help fellow challengers on their coding journey.
Ideally you need to have docker
and docker-compose
installed.
If you don't have the docker
environment setup then you can follow the steps below:
$ sudo apt update
$ sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
$ sudo usermod -aG docker $USER
$ sudo apt install -y docker-compose
$ wget https://github.com/manwar/theweeklychallenge/blob/master/docker-compose.yml
$ docker-compose up -d
$ docker-compose down
We welcome contributions to The Weekly Challenge! If you have an idea for a new feature, want to fix a bug, or improve the website, please feel free to create a pull request. Refer to the CONTRIBUTING GUIDE for more details
This project is licensed under the Artistic License 2.0
license. Please refer to the LICENSE file for details.