An open API service indexing awesome lists of open source software.

https://github.com/multiverse/multiverse-web

The offical documentation for Multiverse
https://github.com/multiverse/multiverse-web

documentation multiverse svelte sveltepress

Last synced: about 1 month ago
JSON representation

The offical documentation for Multiverse

Awesome Lists containing this project

README

        


Multiverse Logo

# Multiverse Website

This repository contains the source for Multiverse's website and wiki. The website is currently in development so nothing is released but you can see progress [here](https://mvplugins.org)

## Dev Instructions

```sh
# Clone the git repo
git clone https://github.com/Multiverse/multiverse-web.git

cd multiverse-web

# Download deps
pnpm i

# Run the dev server
pnpm run dev
```