https://github.com/pomdtr/smallweb.run
Code of all websites hosted under smallweb.run
https://github.com/pomdtr/smallweb.run
Last synced: 3 months ago
JSON representation
Code of all websites hosted under smallweb.run
- Host: GitHub
- URL: https://github.com/pomdtr/smallweb.run
- Owner: pomdtr
- Created: 2024-10-04T19:30:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T15:55:00.000Z (3 months ago)
- Last Synced: 2025-03-31T17:02:48.645Z (3 months ago)
- Language: TypeScript
- Homepage: https://www.smallweb.run
- Size: 23.2 MB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# smallweb.run
This repository is a monorepo of all my apps running under the smallweb.run domain.
I use the [push plugin](../.smallweb/plugins/push.sh) to commit and push changes to this repository.
These files are edited locally, and I use [mutagen](https://mutagen.io) to sync them to my VPS.
If you have your own instance of smallweb, you can copy any folder from this repository to your own smallweb folder.
## Cloning this repository
```bash
git clone --recurse-submodules
```