Secret Santa is a surprise for this Christmas. It's a secret. It's also a santa. *You* are also a santa.
Table of Contents
Everyone is welcome to contribute. If you found a bug, please report it in the issues page. After reporting it, you are free to make a pull request to fix it.
Please be aware that this project follows a set of rules and recommendations described in the CONTRIBUTING.md.
There is a public roadmap available on our [Trello][trello] board which is constantly updated. Feel free to try and implement features described there.
We use scripts for pretty much everything. To clone and setup the project, use bin/setup
:
git clone [email protected]:includebraga/secret_santa.git
cd secret_santa
bin/setup
To start the development server run:
bin/server
This will start the Rails application.
Deploys are run through Semaphore. They are deployed automatically to staging when the build on master is green and manually to production.
You can also add production
and staging
remotes to manage it through the Heroku CLI. We recommend using parity
to manage it.
git remote add production <production_git_url>
# deploying with parity:
production deploy
# deploying through git:
git push production master