Don't trust our official server? No worries!
You can deploy your own server!
To do so, click on the button below!
Don't trust Vercel? No worries!
You can run your own Potato server!
(NOTE: THIS WON'T CHANGE YOUR IP ADDRESS)
Alright, Let's get started!
-
Installing Python
- On Windows: Download and install Python 3.12.6+ from Python.org.
- On GNU/Linux:
- Debian-based systems:
sudo apt update sudo apt install python3
- Arch-based systems:
sudo pacman -Sy sudo pacman -S python
- Other distributions: Search for Python installation instructions specific to your distribution.
- Debian-based systems:
- On macOS: Download and install Python 3.12.6+ from Python.org.
-
Installing Dependencies
pip install -r requirements.txt
- Running the server
python3 src/app.py
- Open your browser
Open your browser at this
you will see a "Not Found" error,
Try this instead.
You should see Google :)
If you want to contribute to Potatoes or report issues, please check out our contributing guidelines or file an issue.
This project is currently under construction and may not be fully functional yet. Stay tuned for updates!