Skip to content

THEGOLDENPRO/devgoldy.xyz

Repository files navigation

๐ŸŒ‡ devgoldy.xyz

My main website.

Prerequisites

  • NodeJS
  • Python 3.8+ (With venv installed)
  • Make (Optional, but without it you will need to copy and paste the commands from the Makefile)

Run Locally

  1. Git clone repo.
git clone https://github.com/THEGOLDENPRO/devgoldy.xyz
  1. Create python virtual environment.
cd devgoldy.xyz && python -m venv env
  1. Activate that environment.
source env/bin/activate

Windows:

cd env/Scripts && activate
  1. BUILD!!!!
make

If you don't have GNU make installed, then go into the Makefile and find out how to run those commands yourself. Lmao

  1. RUN!!!!
make run

Not much here yet.