Git Product home page Git Product logo

projectd-web's Introduction

 
 ____            _           _     ____             _          
|  _ \ _ __ ___ (_) ___  ___| |_  |  _ \  ___ _ __ (_)___  ___ 
| |_) | '__/ _ \| |/ _ \/ __| __| | | | |/ _ \ '_ \| / __|/ _ \
|  __/| | | (_) | |  __/ (__| |_  | |_| |  __/ | | | \__ \  __/
|_|   |_|  \___// |\___|\___|\__| |____/ \___|_| |_|_|___/\___|
              |__/                                             
		

Overview

ProjectD (Working Title) - Special gift for someone special.

Dependencies

Quick Start

git clone https://[email protected]/Tykco/projectd-web.git
cd projectd-web
cp config/database.yml.sample config/database.yml
cp .env.sample .env
bundle install
rake db:setup
rails s

Deployment

*to be confirmed*

Testing

guard

Branching

This project is running on GitHub Flow with a modified Git Flow workflow.

  • master is the active development branch

All local development should be done in the appropriately named branches:

  • feature/<branch_name> for substantial new features or functions
  • enhance/<branch_name> for minor feature or function enhancement
  • bugfix/<branch_name> for bug fixes

WARNING: Do not merge your changes directly into your local master branch and push to GitHub!!!

If you are done developing the component you are working on, push your branch to GitHub by doing:

git push -u origin <branch_name>

After that, visit the BitBucket repository page and open a pull request to the master branch.

TIP: "head branch" is the branch you want to merge, "base branch" is the branch you want to merge your new commits into.

Give your pull request a title and describe what you are trying to achieve with your code. The branch or release manager will review your code and take the next appropriate actions.

Even if you are working alone, it is a must to follow this GitHub workflow

For branch/release managers

This project is using Git Tagging to manage production releases.

Add a version number to a commit in master by doing:

git tag -a v1.2.3 -m '<your_message_goes_here>'

Then run

git push --tags

projectd-web's People

Contributors

tykco avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.