diff --git a/README.md b/README.md index d5902f6..9f23ae7 100644 --- a/README.md +++ b/README.md @@ -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.