https://github.com/hackclub/replit-lifeboat
π’ Advanced Repl exporter π
https://github.com/hackclub/replit-lifeboat
Last synced: over 1 year ago
JSON representation
π’ Advanced Repl exporter π
- Host: GitHub
- URL: https://github.com/hackclub/replit-lifeboat
- Owner: hackclub
- Created: 2024-08-17T16:04:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T05:39:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T19:52:56.524Z (over 1 year ago)
- Language: Rust
- Homepage: https://hackclub.com/replit
- Size: 696 KB
- Stars: 74
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Contributors
* Thank you to [PotentialStyx](https://github.com/potentialstyx) for π’ing the history exporting & git reconstruction parts of Lifeboat!
## Deployment
```bash
docker buildx build --platform linux/amd64 -t hackclub/replit-takeout:latest .
docker push hackclub/replit-takeout:latest
kubectl rollout restart deployment replit-takeout
```