Make current code library + add docs

This commit is contained in:
Jai A
2023-02-18 11:43:12 -07:00
parent 0faa24d5d3
commit 4434796aab
124 changed files with 1282 additions and 4984 deletions

14
docs/index.md Normal file
View File

@@ -0,0 +1,14 @@
# Introduction
## Overview
Omorphia is Modrinth's internal component and style library for its Vue projects. It includes:
- 🧩 Typed components which enhance HTML elements and provide a consistent UI
- 🎨 CSS classes to easily style elements with a coherent style
Omorphia is used in [Knossos](https://github.com/modrinth/knossos) (modrinth.com) and [Theseus](https://github.com/modrinth/theseus) (Minecraft launcher).
## Getting started
Follow the instructions on the [➜ **setup page** 🛠️](/setup).