Skip to content

Commit

Permalink
Change to http
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Nov 15, 2024
1 parent 6fe8a24 commit 6051875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howtos/preview_on_mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Since browser development tools only offer an approximation, some tasks may requ
1. Run the development server with `yarn build` and `yarn python-devserver`
2. Ensure the mobile device you want to use for previewing Kolibri is connected to the same local network as your computer.
3. Find your computer's IP address
4. Open a browser on the mobile device and navigate to `https://<your_computer_ip_address>:8000` where you should see Kolibri.
4. Open a browser on the mobile device and navigate to `http://<your_computer_ip_address>:8000` where you should see Kolibri.

.. warning::
When running the development server as described above, hot reload doesn't work. If you are working on the frontend, you will need to rebuild manually using `yarn build`.
Expand Down

0 comments on commit 6051875

Please sign in to comment.