Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/askbuddie/askbuddie-bot-docs
Documentation website of ask buddie's discord bot.
https://github.com/askbuddie/askbuddie-bot-docs
discord documentation hacktoberfest hacktoberfest2021 javascript nextjs node react static-site
Last synced: about 2 months ago
JSON representation
Documentation website of ask buddie's discord bot.
- Host: GitHub
- URL: https://github.com/askbuddie/askbuddie-bot-docs
- Owner: askbuddie
- License: gpl-3.0
- Created: 2021-06-22T05:25:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T08:37:38.000Z (about 2 years ago)
- Last Synced: 2024-08-04T13:04:13.289Z (5 months ago)
- Topics: discord, documentation, hacktoberfest, hacktoberfest2021, javascript, nextjs, node, react, static-site
- Language: JavaScript
- Homepage: https://askbuddie-bot.netlify.app/
- Size: 2.83 MB
- Stars: 9
- Watchers: 3
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ask Buddie Bot Docs
The official documentation site of **Ask Buddie Discord Bot** created and maintained by the [AskBuddie](https://www.facebook.com/groups/askbuddie) community.
## Table Of Contents
- [Tech Stack](#tech%20stack)
- [Prerequisites](#prerequisites)
- [Contributing](#Contributing)
- [Contributing Guide](#Contributing-Guide)
- [License](#license)## Tech Stack
**Client:** React, NextJS, TailwindCSS
## Prerequisites
- You have Node 12+ installed.
- Fundamental knowledge of [NextJS](https://nextjs.org/).## Contributing
Want to contribute? Please check the guidelines below:
### Contributing Guide
Please use `development` branch rather than `main` for the latest development changes.
- Fork the repository
- Create a feature/patch branch from `development` branch
- Commit your changes
- push to the branch & open a pull requestIf you want to add new feature to the bot, please raise an issue as well as join our [Discord Server](https://dsc.gg/askbuddie) for discussion.
### Development Setup
```
yarn install
yarn dev // for development
```### License
GNU General Public License