https://github.com/tosuke/artifact-viewer
https://github.com/tosuke/artifact-viewer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tosuke/artifact-viewer
- Owner: tosuke
- License: mit
- Created: 2022-08-12T04:02:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-23T21:51:30.000Z (6 months ago)
- Last Synced: 2025-12-25T11:39:52.786Z (6 months ago)
- Language: TypeScript
- Homepage: artifact-viewer.vercel.app
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artifact-viewer
Serves GitHub Artifact as a Web page.
## How to development
This project uses Module Service Workers in development mode. Currently this feature is supported only in Chromium based browsers.
```sh
pnpm dev
```
Preview command may be useful for debugging on other browsers.
```sh
pnpm preview
```