Git Product home page Git Product logo

elements's Introduction

Set up instructions

Install rvm

  • At the command line
  • bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
  • Quit the shell and restart
  • rvm install 1.9.3

Fork the project

Clone the project

  • Copy the git url
  • At the command line:
    • git clone [git url]
    • cd elements
    • git remote add rob https://github.com/mockdeep/elements

Install required packages

  • Install nodejs
  • Run bundle from the project directory

Starting a new feature

  • Check out our list of things to do: https://workflowy.com/shared/e136ab83-e114-4a93-76b5-1a64dcfff8b0/
  • Create a new branch:
    • git checkout -b my_cool_new_feature
  • Make changes
  • Add files and commit
    • git add .
    • git commit -m 'my commit message'
  • Push to your remote branch
    • git push origin my_cool_new_feature
  • Make a pull request
    • On github, go to your elements fork
    • Click on Pull request
    • In the right box type your branch name and click next
    • Review and click submit
  • Once somebody has reviewed your code you can click merge

Getting up to date with the main repo

  • Check out your master branch
    • git checkout master
  • Pull from the main repo
    • git pull rob master
  • Update your working branch
    • git co my_feature_branch
    • git merge master
  • Watch for conflicts and manually fix the files mentioned

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.