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

https://github.com/ipni/cid.contact

cid.contact Web UI
https://github.com/ipni/cid.contact

ui web

Last synced: 5 months ago
JSON representation

cid.contact Web UI

Awesome Lists containing this project

README

          

# cid.contact Web UI
[![Deploy Pages](https://github.com/ipni/cid.contact/actions/workflows/pages.yml/badge.svg)](https://github.com/ipni/cid.contact/actions/workflows/pages.yml)

This repository contains the web UI of [cid.contact](https://cid.contact)

## Deployment
The content here is built and deployed on merge to `main` via GitHub Pages [action](.github/workflows/deploy.yml).

## Build
To build the project locally, run
```shell
npm ci
npm run build
```

This will generate the static content into `out`directory.