1–2: Fork & Clone
Steps 1–2 — Fork the domains repository on GitHub and clone it to your machine.
Step 1: Fork the repository
- Go to github.com/is-pinoy-dev/domains
- Click the Fork button in the top-right corner
- Select your personal GitHub account as the destination
You now have your own copy of the repository at https://github.com/your-username/domains.
Step 2: Clone your fork
git clone https://github.com/your-username/domains.git
cd domainsReplace your-username with your actual GitHub username.
Stay inside the domains/ directory for all subsequent steps. Every command in this guide assumes you are in the root of the cloned repository.
Next: Create Your JSON File