From de7acce8571831784f23cd48142278864a414d0a Mon Sep 17 00:00:00 2001 From: Melissa Carlson Hearst Date: Fri, 13 Mar 2026 14:23:55 -0600 Subject: [PATCH 1/2] Update interview instructions in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f23ae7..939a93a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ## Overview -Welcome to the Hex Web Development Interview! During the interview session, you'll use this boilerplate repository to build out a frontend application with your interviewer. Before the session starts, please clone this repository and run `npm install` and `uv sync` in the root to install dependencies. You can also add any other dependencies that you think that you may want to use, but there is no need to write any code or do anything else ahead of time to prepare for the session. +Welcome to the Hex Coding Interview! During the interview session, you'll implment two functions this repository to fix an application. All changes will be made to `api/pagination.py`. + +Before the session starts, please clone this repository and run `npm install` and `uv sync` in the root to install dependencies. You can also add any other dependencies that you think that you may want to use, but there is no need to write any code or do anything else ahead of time to prepare for the session. ## Running the app From 8e1b10ca2669e567c4281c8c859467bd7614e8f6 Mon Sep 17 00:00:00 2001 From: Melissa Carlson Hearst Date: Fri, 13 Mar 2026 14:24:59 -0600 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 939a93a..044b23e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Overview -Welcome to the Hex Coding Interview! During the interview session, you'll implment two functions this repository to fix an application. All changes will be made to `api/pagination.py`. +Welcome to the Hex Coding Interview! During the interview session, you'll implement two functions this repository to fix an application. All changes will be made to `api/pagination.py`. Before the session starts, please clone this repository and run `npm install` and `uv sync` in the root to install dependencies. You can also add any other dependencies that you think that you may want to use, but there is no need to write any code or do anything else ahead of time to prepare for the session.