https://github.com/joshmerlino/electron-update-server
https://github.com/joshmerlino/electron-update-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshmerlino/electron-update-server
- Owner: JoshMerlino
- Created: 2024-11-15T01:08:52.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-12T02:29:57.000Z (4 months ago)
- Last Synced: 2025-02-12T03:28:41.666Z (4 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-update-server
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.29. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.