You've already forked AstralRinth
forked from didirus/AstralRinth
33 lines
477 B
Markdown
33 lines
477 B
Markdown
# Omorphia
|
|
|
|
_The Modrinth component library, in Svelte_
|
|
|
|
---
|
|
|
|
Read the documentation at [omorphia.modrinth.com.](https://omorphia.modrinth.com)
|
|
|
|
Requires Node v16.5+.
|
|
|
|
## Developing
|
|
|
|
The library lives in the `src/package` folder, and the documentation lives in the `src/routes` folder.
|
|
|
|
```bash
|
|
pnpm install # Install dependencies
|
|
pnpm dev # Run dev server
|
|
```
|
|
|
|
## Packaging
|
|
|
|
```bash
|
|
pnpm package
|
|
```
|
|
|
|
## Building
|
|
|
|
To build the documentation site, run:
|
|
|
|
```bash
|
|
pnpm build
|
|
```
|