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

https://github.com/dbots-pkg/dbothook-website

Documentation website for the dbothook package.
https://github.com/dbots-pkg/dbothook-website

Last synced: 3 months ago
JSON representation

Documentation website for the dbothook package.

Awesome Lists containing this project

README

          

# dbothook website

> The website housing documentation for dbothook

## Website source

This website is forked from https://github.com/discordjs/website
This website is cloned from https://githbu.com/dbots-pkg/dbots.github.io

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).