A production-ready static website that creates fair gift exchange assignments with advanced constraint handling and forbidden pairing support.
swop?The original creator of this project is British. It is also a slight nod to avoid Americentrism.
secret santa?This is to avoid religious bias.
# Install global tools
make setup-tools
# Install dependencies
make install
# Start development server
make dev
# Run tests
make test
# Build for production
make build
We welcome contributions from everyone! If you’d like to report a bug, suggest an enhancement, or submit a pull request, please ensure your changes align with the project’s goals and clearly describe your contributions in your pull request.
Your input is valuable, so feel free to reach out with any questions or ideas. Together, we can make this project even better!
When creating an issue/pull request (PR), please be descriptive! The more information you give us, the better we can understand the problem/proposed changes. Also, make sure to ensure tests pass/add new tests if needed before opening a PR.