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

https://github.com/codemonauts/docker-vuepress

Docker image for local Vuepress editing
https://github.com/codemonauts/docker-vuepress

Last synced: 2 months ago
JSON representation

Docker image for local Vuepress editing

Awesome Lists containing this project

README

          

# vuepress

## Installation
``` bash
docker build -t codemonauts/vuepress .
```
or
``` bash
docker pull codemonauts/vuepress
```

## Usage
``` bash
cd your-vuepress
docker run --rm -it -v ${PWD}:/local -p 8080:8080 codemonauts/vuepress
```

This will install the dependencies and then serve the content on port 8080.