Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vikpe/mvdsvdocs
- Owner: vikpe
- License: mit
- Created: 2022-11-05T21:29:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T17:30:45.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:43:52.217Z (7 months ago)
- Topics: mvdsv, quake, quakeworld
- Homepage: http://mvdsv.quake.se
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |