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

https://github.com/swilder-m/docs-frontend


https://github.com/swilder-m/docs-frontend

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# docs-frontend

## Develop

```sh
# install dependencies
$ yarn install

# serve with hot reload at http://localhost:8080/
$ yarn dev

# build for production
$ yarn build

# build for test & serve generated files of your VuePress site locally.
$ yarn start

# generate pdf
$ yarn pdf
```