An open API service indexing awesome lists of open source software.

https://github.com/jaemk/santa

secret santa stuff
https://github.com/jaemk/santa

Last synced: 2 months ago
JSON representation

secret santa stuff

Awesome Lists containing this project

README

        

# secret santa assigner

```shell
brew install sbcl

# copy .env.sample -> .env, update and source
# copy src/people.lisp -> local/people.lisp, update people info
DRY_RUN=false LOAD_LOCAL_PEOPLE=true make run
```