# Clone & modify: @8bitcn

A set of 8-bit styled retro components. Works with your favorite frameworks. Open Source. Open Code.

> Generated from the sh4dcn directory JSON. Source tier: **clone** (verbatim).

## 1. Read the cloned source — no upstream fetch
- Registry listing:  https://sh4dcn.vercel.app/clone/8bitcn/index.json
- One component:      https://sh4dcn.vercel.app/clone/8bitcn/items/<component>.json
- This library's row: https://sh4dcn.vercel.app/clone/manifest.json  (slug "8bitcn")
- 120 of 121 components mirrored here.

## 2. Install into a shadcn project
```sh
npx shadcn@latest add https://www.8bitcn.com/r/registry.json
```
...or a single component:
```sh
npx shadcn@latest add https://www.8bitcn.com/r/<component>.json
```

## 3. Make a modified copy (the "copies" tier)
Copy the item JSON you want to change, edit it, and place it under:
```
/copies/8bitcn/items/<component>.json
```
A copy takes precedence over its clone everywhere on sh4dcn; the clone stays
pristine. Record it in /copies/manifest.json (scripts/build-copies.mjs picks up
files on disk automatically).

## Links
- Homepage: https://www.8bitcn.com
- GitHub:   https://github.com/TheOrcDev/8bitcn-ui
