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.
- Host: GitHub
- URL: https://github.com/dbots-pkg/dbothook-website
- Owner: dbots-pkg
- Created: 2020-04-02T19:50:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:35:37.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T07:45:03.408Z (over 1 year ago)
- Language: Vue
- Homepage: https://dbothook.js.org/
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).