The GitHub repository for they.whiteboarded.me, a website which advocates for better technical interviews.
This repository is created and maintained with Jekyll and hosted on GitHub Pages.
While Docker is not a strict requirement, using the included Dockerfile / docker-compose.yml makes spinning up a local dev server painless:
- Clone this repository:
$ git clone https://github.com/cheesesashimi/theywhiteboardedme.git
- Run
$ docker-compose up
. - Open
http://localhost:4000
in a web browser. - Happy contributing!
Pull Requests to add, modify, or delete companies, as well as pages, are welcome and encouraged!
To add, modify, or delete a company, modify the appropriate file in the _data
directory.