Fixed silly issue where server must be run from port 8887

This commit is contained in:
DUOLabs333
2021-07-31 13:42:09 -04:00
parent 893b151021
commit f1f779e8df
168 changed files with 23063 additions and 67374 deletions
+2 -2
View File
@@ -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.