https://github.com/qxbyte/bitpet-website
https://github.com/qxbyte/bitpet-website
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qxbyte/bitpet-website
- Owner: qxbyte
- License: mit
- Created: 2026-05-13T14:59:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-13T16:19:16.000Z (about 2 months ago)
- Last Synced: 2026-05-13T17:10:48.766Z (about 2 months ago)
- Language: CSS
- Size: 256 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitPet Website
BitPet 的产品网站原型,风格参考 Jules 首页和 Ghostty 文档页。
## Development
```bash
npm install
npm run dev -- --port 5173
```
Open .
## Build
```bash
npm run build
```
The static output is generated in `dist/`.
## Links
- GitHub repository:
- Latest release API:
Download buttons fetch the latest GitHub release at runtime and select the macOS DMG or Windows installer asset. If the API request fails, the buttons fall back to the latest release page.