Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 request

If 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