Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vikpe/mvdsvdocs

Documentation for MVDSV QuakeWorld server.
https://github.com/vikpe/mvdsvdocs

mvdsv quake quakeworld

Last synced: 27 days ago
JSON representation

Documentation for MVDSV QuakeWorld server.

Awesome Lists containing this project

README

        

# MVDSV docs

> https://mvdsv.quake.se

## Development

### Stack

MVDSV docs is built using [VitePress](https://vitepress.vuejs.org/).

### Setup

```shell
# clone repo
git clone [email protected]:vikpe/mvdsvdocs.git
cd mvdsvdocs

# install dependencies
yarn install

# start dev server
yarn dev
```

dev server is hosted at http://localhost:5173

### Commands

| Command | Description |
|--------------|---------------------------------------------------|
| `yarn dev` | Start development server at http://localhost:5173 |
| `yarn build` | Build site to `/dist` |
| `yarn serve` | Serve `/dist` at http://localhost:4173 |