diff --git a/.photopea b/.photopea index 2e03806..fc122c5 100755 --- a/.photopea +++ b/.photopea @@ -1,2 +1,2 @@ #!/bin/bash -python -m http.server --directory www.photopea.com 8002 --bind 127.0.0.1 +python -m http.server --directory www.photopea.com 8002 --bind 127.0.0.1 2005 diff --git a/README.md b/README.md index 0fd3e7c..212ef24 100755 --- a/README.md +++ b/README.md @@ -12,3 +12,8 @@ If there are any issues, please let me know. 1. `cd` into the folder where you downloaded it 1. In the folder, type this: `./.photopea` 1. Open [http://localhost:8002](http://localhost:8002). It should load and you can use it like normal. + +## Related Projects +Note: These projects are not officially associated with this one +* [https://github.com/tim0-12432/photopea](https://github.com/tim0-12432/photopea) -- Electron wrapper for the project +* [https://github.com/NFXT/Photopea-Offline](https://github.com/NFXT/Photopea-Offline) -- Another Electron wrapper for the project