Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 904 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 904 Bytes

they.whiteboarded.me

About

The GitHub repository for they.whiteboarded.me, a website which advocates for better technical interviews.

Development

This repository is created and maintained with Jekyll and hosted on GitHub Pages.

Installation

While Docker is not a strict requirement, using the included Dockerfile / docker-compose.yml makes spinning up a local dev server painless:

  1. Clone this repository: $ git clone https://github.com/cheesesashimi/theywhiteboardedme.git
  2. Run $ docker-compose up.
  3. Open http://localhost:4000 in a web browser.
  4. Happy contributing!

Contributing

Pull Requests to add, modify, or delete companies, as well as pages, are welcome and encouraged!

How to Update

To add, modify, or delete a company, modify the appropriate file in the _data directory.