mirror of
https://gitflic.ru/project/photopea-v2/photopea-v-2.git
synced 2026-06-20 15:41:13 +00:00
Fixed silly issue where server must be run from port 8887
This commit is contained in:
@@ -10,5 +10,5 @@ If there are any issues, please let me know. I tried to get fonts working the be
|
||||
1. Download the repository
|
||||
1. Open a terminal
|
||||
1. `cd` into the folder where you downloaded it
|
||||
1. In the folder, type `python -m http.server`
|
||||
1. Open [http://localhost:8000/www.photopea.com/](http://localhost:8000/www.photopea.com/). It should load and you can use it like normal.
|
||||
1. In the folder, type *exactly* this: `python -m http.server 8887`
|
||||
1. Open [http://localhost:8887/www.photopea.com/](http://localhost:8887/www.photopea.com/). It should load and you can use it like normal.
|
||||
|
||||
Reference in New Issue
Block a user