Right now, when you remix a project on Glitch, the code is copied over to a new unBoosted project. If your Boosted project uses 200MB or more of disk space, you will not be able to remix it directly into another Boosted project. We are working to fix this in the future.
In the meantime, there are two different workarounds that you can use to make a new, working copy of a Boosted project:
- Export the code to GitHub method
- Download code to your computer method
Export the code to Github method:
- Open the Boosted project in the editor.
- Use the Export to Github feature to send a copy of the project's code to a GitHub repo.
- On Glitch, create a new project.
- Boost the new project.
- Import the code that you exported to Github back into the new, Boosted project.
Download code to your computer method:
- Open the Boosted project in the editor.
- Use the Download Project feature to save a compressed file containing the project's code to your computer.
- On Glitch, create a new project.
- Boost the new project.
- Import the compressed file to the new Boosted project and then unzip it using steps 2-4 from this help article.