includebraga / secret_santa

It's a secret. It's also a santa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secret Santa

Build Status

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

Contributing

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.

Setup

We use scripts for pretty much everything. To clone and setup the project, use bin/setup:

git clone git@github.com:includebraga/secret_santa.git
cd secret_santa
bin/setup

To start the development server run:

bin/server

This will start the Rails application.

Deploys

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

About

It's a secret. It's also a santa.


Languages

Language:Ruby 41.0%Language:HTML 32.2%Language:CSS 15.1%Language:JavaScript 11.2%Language:Shell 0.4%