Nychthemeron/packages/playground/stories/Install.mdx
Matthew L McPeak 71ea2b88f4
Some checks failed
ci / build (push) Successful in 36s
ci / publish-docs (push) Failing after 9s
ci / publish (push) Failing after 14s
CI (#6)
Reviewed-on: McPeakDev/nychthemeron#6
Co-authored-by: Matthew L McPeak <m.mcpeak98@icloud.com>
Co-committed-by: Matthew L McPeak <m.mcpeak98@icloud.com>
2026-06-12 11:19:15 -04:00

41 lines
654 B
Text

import { Meta } from '@storybook/addon-docs/blocks'
<Meta title="Get Started/Installation" />
# Installation
`@nychthemeron/library` is published to a private npm registry hosted on
Forgejo. Configure your package manager for the `@nychthemeron` scope, then
install the package.
## Configure the registry
Add the following to your project's `.npmrc`:
```
@nychthemeron:registry=https://git.mcpeakdev.com/api/packages/mcpeakdev/npm/
```
## npm
```bash
npm install @nychthemeron/library
```
## pnpm
```bash
pnpm add @nychthemeron/library
```
## yarn
```bash
yarn add @nychthemeron/library
```
## bun
```bash
bun add @nychthemeron/library
```