NodeJS(no longer needed)Python 3.8+(is now constrained to one major python version)- Python 3.13
Warning
As I don't really expect people to run my website other than myself, these instructions will not be maintained hence it can be out of date and not work.
- Git clone repo.
git clone https://github.com/THEGOLDENPRO/devgoldy.xyz- Create python virtual environment.
cd devgoldy.xyz && python -m venv env- Activate that environment.
source env/bin/activateWindows:
cd env/Scripts && activate- Install dependencies.
pip install -r requirements.txt- Create configuration file.
cp config.template.toml config.toml- RUN!!!!
fastapi dev