How does one take a replit and make it into a glitch like importing.
Glitch is importing a git repository from GitHub.
So you may:
- Create a github repository for your replit repl
- Link replit’s repl to your new github repository
- Add files (basically a code) that you want to upload to your github repo, Then commit, and finally Push.
In Glitch, Import your github repository that contains codes that you push from your replit’s repl.
4 Likes
ah that makes a lot more sense