Skip to content

Local Development Setup

Developer laptop ගෙ one-time setup. Once only — never repeat.


Step 1: Install LocalWP

Download and install from:

https://localwp.com

LocalWP = local WordPress development tool. Simple, free, no config needed.


Step 2: Git Setup (One-time)

Open Git Bash and run:

git config --global user.name "Your Name"
git config --global user.email "your@enfection.com"

Verify:

git config --global user.name   # should print your name


Step 3: GitHub Login

Make sure you can access the GitHub repo DevOps shared with you.

When you clone a repo, GitHub will ask for login via browser — just follow the prompt.


Done!

One-time setup complete. For each new project, follow New Project guide.