An open API service indexing awesome lists of open source software.

https://github.com/tosuke/artifact-viewer


https://github.com/tosuke/artifact-viewer

Last synced: 5 months ago
JSON representation

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
```