Zorn/docs/installation.mdx

14 lines
354 B
Text
Raw Normal View History

2024-12-01 01:44:43 -05:00
---
Title: Introduction
Type: Document
---
import { Prism } from '@astrojs/prism';
2024-12-07 19:45:29 -05:00
Zorn is available to install as a package from [npmjs.org](https://npmjs.org/) or [registry.sudovanilla.org](https://registry.sudovanilla.org/).
2024-12-01 01:44:43 -05:00
```bash
2024-12-07 19:45:29 -05:00
npm install @minpluto/zorn --registry https://registry.sudovanilla.org
2024-12-01 01:44:43 -05:00
```
Next: [**Basic Setup**](/basic-setup/)