You've already forked AstralRinth
forked from didirus/AstralRinth
32 lines
505 B
Markdown
32 lines
505 B
Markdown
# Omorphia
|
|
|
|
*The Modrinth component library, in Svelte*
|
|
|
|
---
|
|
|
|
### ⚠️ In-progress: Not accepting contributions currently.
|
|
|
|
Learn more at [omorphia.modrinth.com.](https://omorphia.modrinth.com)
|
|
|
|
## 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
|
|
``` |