GithubHelp home page GithubHelp logo

lauraerinmann / whatdojuniorsgetpaid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rubycorns/whatdojuniorsgetpaid

0.0 2.0 0.0 47 KB

Ever want to know how much money junior developers get paid?

License: MIT License

Ruby 79.01% JavaScript 1.10% CoffeeScript 0.33% CSS 0.57% HTML 18.99%

whatdojuniorsgetpaid's Introduction

whatdojuniorsgetpaid Build Status

Anonymously share your salary stories, and help others to learn from your experiences.

ruby version 2.2.2

rails version 4.2.3

Get the code

Get the code from this repo

git clone

Run locally

Install all the gems

bundle install

Spice up the database

rake db:migrate

Get some data

rake db:seed

Run the server

rails s

et voilá

Contributing

Please contribute! Fix typos, submit issues, make PRs! We welcome everything.

Git: branches

Note: you will need permission from the rubycorns in order to push your branches to this repository. Until you have been granted permission, please fork this repository, and create a branch from your fork.

Create new branch (you should be in the directory of the project)

git branch Name_of_your_branch

Switch to the newly created branch (the same if you need to change to the branch that already exist)

git checkout Name_of_your_branch

Or for lazy people (does both steps at the same time):

git checkout -b Name_of_your_branch    

Push the new branch to the repository (with some commits or just "bare" branch)

git push --set-upstream origin Name_of_your_branch

Delete local branch

git branch -D Name_of_your_branch

Git: commit your changes

Make changes, then

git add -A

Tell the others what you did

git commit -m "description of changes"

Off to GitHub

git push

Make a pull request

  1. Select your branch on GitHub.
  2. Click 'Pull Request'.
  3. Write a little summary of what you did and alert people if you need help. before merging.
  4. When you merge and close your branch, please make sure to include a ridiculous gif.

whatdojuniorsgetpaid's People

Contributors

berlintam avatar tpei avatar

Watchers

James Cloos avatar LM 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.