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

https://github.com/theyorkshiredev/vuepressstarter


https://github.com/theyorkshiredev/vuepressstarter

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# VuePress Starter

Boilerplate starter project for a VuePress website.

## Requirements
* NodeJS >= v8
* Yarn

## Setup

```bash
# Download dependencies
yarn install

# Run development server
yarn dev

# Build static site
yarn build
```