Counter Interview.dev Save

a collaborative collection of interview questions collected from both sides of the game: Interviewer(s) and Interviewee.

Project README

Counter Interview

Contributing questions

You don't need to be able to code but you will need a (free) GitHub account in order to contribute.

Adding your questions

  • You will need to create a new file in _examples folder here
  • Follow this structure for your contribution
  • Create a Pull Request with your changes

Contributing to website

  • Fork this repo
  • Make sure you have ruby installed and install bundler gem:
    gem install bundle
    
  • Install bundle:
    bundle install
    
  • Install required Node.js dependencies:
    npm install
    
  • Build or/and watch in one terminal:
    npm run sass:build
    npm run sass:watch
    
  • Run development server in other terminal:
    ./development.sh
    
  • Create a PR
Open Source Agenda is not affiliated with "Counter Interview.dev" Project. README Source: oleg-koval/counter-interview.dev