Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 554 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 554 Bytes

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

Dev Instructions

# 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