Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 956 Bytes

readme.md

File metadata and controls

36 lines (31 loc) · 956 Bytes

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