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
- Host: GitHub
- URL: https://github.com/ipni/cid.contact
- Owner: ipni
- Created: 2022-11-18T13:54:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-15T13:27:27.000Z (7 months ago)
- Last Synced: 2025-11-15T15:25:09.601Z (7 months ago)
- Topics: ui, web
- Language: JavaScript
- Homepage: https://cid.contact
- Size: 910 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cid.contact Web UI
[](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.