Modrinth/README.md
2022-05-20 00:10:15 -07:00

529 B

Omorphia

The Modrinth component library, in Svelte


⚠️ In-progress: Not accepting contributions currently.

Learn more at 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.

pnpm install # Install dependencies
pnpm dev # Run dev server

Packaging

pnpm package

Building

To build the documentation site, run:

pnpm build