https://github.com/vnykmshr/1mb.dev
All the hats. One head.
https://github.com/vnykmshr/1mb.dev
1mb full-stack indie-maker one-man-band solo-developer
Last synced: 5 months ago
JSON representation
All the hats. One head.
- Host: GitHub
- URL: https://github.com/vnykmshr/1mb.dev
- Owner: vnykmshr
- License: mit
- Created: 2025-12-31T18:06:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-02T16:24:45.000Z (5 months ago)
- Last Synced: 2026-01-05T09:08:18.976Z (5 months ago)
- Topics: 1mb, full-stack, indie-maker, one-man-band, solo-developer
- Language: JavaScript
- Homepage: https://1mb.dev
- Size: 353 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 1mb
**one-man-band**
All the hats. One head.
→ [1mb.dev](https://1mb.dev)
---
A quiet corner for those who build.
Some build with teams and titles. Others just build.
This is for the others.
---
## Development
```bash
npm install
npm run validate # lint, format, html/css checks
npm run build # inject SW version (git SHA)
```
### Counter API
```bash
npm run worker:dev # local development
npm run worker:deploy # deploy to Cloudflare
npm run worker:tail # view live logs
```
See [workers/README.md](workers/README.md) for setup details.
## License
[MIT](LICENSE)