Skip to content

fork clone

Giocoliere edited this page Nov 2, 2025 · 1 revision

Fork and Clone the Repository

To register your free subdomain on creepers.sbs, you must first fork and clone the official register repository.


Step 1: Fork the Repository

  1. Visit the repository: https://github.com/creepersbs/register
  2. Click Fork in the upper-right corner of the page.
  3. Select your GitHub account (keep the default settings) and click Create fork.

This creates a personal copy of the project in your GitHub account (e.g. github.com/yourusername/register).


Step 2: Clone Your Fork (Optional)

If you prefer working locally, you can clone your fork to your computer:

git clone https://github.com/YOUR-USERNAME/register.git
cd register

Replace YOUR-USERNAME with your GitHub username.

If you prefer, you can skip this step and edit files directly on GitHub’s web interface.
Or github.dev vscode clone by replacing the url of your workspace (e.g. github.com/yourusername/register) with .dev(github.dev/yourusername/register)


Step 3: Open the Domains Folder

In your cloned or forked repository, navigate to the following directory:

/domains

This folder contains all registered subdomains. You will add your own JSON file here in the next step.


Step 4: Continue to the Next Step

Once your fork is ready, proceed to create your subdomain configuration file.

Next: [Add Your JSON File]
Previous: [Getting Started]


Troubleshooting

If you encounter issues:

  • Ensure you are logged in to GitHub.
  • Verify that your fork URL looks like https://github.com/YOUR-USERNAME/register.
  • If problems persist, open an issue on GitHub. But please use it responsibly.