Skip to content

Instantly share code, notes, and snippets.

@DaCuteRaccoon
Created February 28, 2022 20:19
Show Gist options
  • Save DaCuteRaccoon/56b612432a6693c3c20d5edbe40f204e to your computer and use it in GitHub Desktop.
Save DaCuteRaccoon/56b612432a6693c3c20d5edbe40f204e to your computer and use it in GitHub Desktop.
How to fork and run with Replit

How to fork and run a repo/repl with Replit

1. Login

First, login to Replit. If that link doesn't work, use this one.
It doesn't matter if you have an account yet. Just do

2. Fork Repo

image Click the fork button in the top-right of the screen. If it asks you which account to choose, just choose your main account.

3. Create a Repl of Fork

Create a new repl, then click Import from GitHub. image Start typing for the name of the forked repository. Once you see the name of the repo, click on it. You might need to press enter, as clicking doesn't always work for some reason. image After that, in the bottom right, click Import from GitHub.

4. Run Repl

You're all good to go! To run it, just press the green Run button at the top-center of the screen.

Copyright (c) 2022 DaCuteRaccoon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment