Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Welcome to the Hex Web Development Interview! During the interview session, you'
## Running the app

1) Install JS dependencies with `npm install`.
2) Install Python dependencies with `uv sync`.
2) Install Python dependencies with `uv sync`. If `uv` is unavailable, first run `pip install uv`.
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.
Loading