You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,5 @@ Welcome to the Hex Web Development Interview! During the interview session, you'
7
7
## Running the app
8
8
9
9
1) Install JS dependencies with `npm install`.
10
-
2) Install Python dependencies with `uv sync`.
10
+
2) Install Python dependencies with `uv sync`. If `uv` is unavailable, first run `pip install uv`.
11
11
3) Run `npm run start`. You should be able to view the app at [http://localhost:3000/](http://localhost:3000/). It will hot reload as you make changes.
0 commit comments