Skip to content

Instantly share code, notes, and snippets.

View andrewtkemp's full-sized avatar
🤷‍♂️

Andrew Kemp andrewtkemp

🤷‍♂️
View GitHub Profile
@andrewtkemp
andrewtkemp / group-github-guide.md
Created April 14, 2016 17:12
This is a very basic guide on how to start working on group projects at DevMountain with GitHub.

Simple Group Project Starting Guide for GitHub (DevMountain)

Geordyn Ader - Mentor - Dallas, TX Campus

Getting Started - Choose ONE person from your group to take care of the following steps

  1. Go to GitHub and click the + in the top right corner. Click New Organization.
  2. Give it a name - should relate to your project, obviously.
  3. Add email for ‘billing’ - do not worry, it’s free
  4. Choose the Free Plan
  5. It’ll take you to a new page. Now add everyone in your team onto the group (including your mentor)
{{relate:page_header}}
<header class="page-header w-100 mt-5 mt-md-6 pt-6 pt-md-8 pb-2 relative"
style="background:url('{{ if header_bg }}{{ glide:header_bg width="1800" height="600" fit="crop_focal" }} {{ else }}{{ default_header_loc }}{{ glide:default_header_loc width="1800" height="600" fit="crop_focal" }} {{ /if }}') no-repeat top center;">
<div class="container relative w-80 w-md-60 z-1 ">
<h1 class="cg-1 ta-center relative-center-middle caps tw-book display t-3 t-md-4 t-sm-4 t-md-5 z-2 ">
{{title}}
</h1>
{{ if header_content }}
<h2 class="relative ta-center cg-2 h-0 z-2 tw-medium">
var $ = require('jquery');
window.jQuery = $;
// Headroom = require('democracyos-headroom.js');
var mapInfo = require('./mapinfo');
var _ = require('lodash');
var Vue = require('vue');
var VueFilter = require('vue-filter');
Vue.use(VueFilter);