Steps only required if you are new to web dev(No Node/NPM installed), otherwise skip to Setup
Install nvm(Node Version Manager) and Node.js, with the following script:
winget install --id=CoreyButler.NVMforWindows -e
nvm install 25
nvm use 25
Copy environment variables from .env.example to .env file, and fill in the required variables
Clone project and install dependencies
git clone https://github.com/TRBLcoding/trbl-website.git
cd trbl-website
npm install
Run dev server
npm run dev