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
- Host: GitHub
- URL: https://github.com/multiverse/multiverse-web
- Owner: Multiverse
- Created: 2023-11-16T17:44:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T14:28:40.000Z (about 2 months ago)
- Last Synced: 2025-04-09T15:41:03.336Z (about 2 months ago)
- Topics: documentation, multiverse, svelte, sveltepress
- Language: JavaScript
- Homepage: https://mvplugins.org
- Size: 5.69 MB
- Stars: 3
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing/CONTRIBUTING.md
Awesome Lists containing this project
README
![]()
# 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.gitcd multiverse-web
# Download deps
pnpm i# Run the dev server
pnpm run dev
```