Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/multiverse/multiverse-web
https://github.com/multiverse/multiverse-web
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/multiverse/multiverse-web
- Owner: Multiverse
- Created: 2023-11-16T17:44:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T10:10:28.000Z (9 months ago)
- Last Synced: 2024-04-27T11:29:46.259Z (9 months ago)
- Language: Svelte
- Size: 208 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.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://example.com)
## Dev Instructions
```sh
# Clone the git repo
git clone https://github.com/Multiverse/multiverse-web.gitcd multiverse-web
# Run the dev server
npm run dev```