counter-interview.dev
counter-interview.dev copied to clipboard
a collaborative collection of interview questions collected from both sides of the game: Interviewer(s) and Interviewee.
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
_examplesfolder 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