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

https://github.com/dobjs/dob-docs

docs for dob
https://github.com/dobjs/dob-docs

Last synced: about 2 months ago
JSON representation

docs for dob

Awesome Lists containing this project

README

        

# Dob-docs

Install hexo first:

```bash
npm i hexo-cli -g
```

Then

```bash
npm i
npm start
```

## Deploy

```bash
npm run deploy
```