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
- Host: GitHub
- URL: https://github.com/dobjs/dob-docs
- Owner: dobjs
- Created: 2017-11-03T07:17:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T06:48:14.000Z (over 7 years ago)
- Last Synced: 2025-02-07T21:32:44.478Z (3 months ago)
- Language: CSS
- Homepage: https://dobjs.github.io/dob-docs/
- Size: 703 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```