Official documentation for MatchBot, a matchmaking bot for Discord. This site, built with Astro, provides users with information about features, early access details, and contact options.
- Introduction: Overview of MatchBot's purpose and capabilities.
- Early Access Information: Details on how to request access.
- About Section: Insights into MatchBot's functionalities, including commands and matchmaking features.
- Contact Information: Reach out via Discord for questions or feedback.
To explore the MatchBot documentation, visit the site at MatchBot Docs.
To get started with Astro locally:
-
Clone the Repository
git clone https://github.com/anchoredapplications/matchbot-docs.git cd matchbot-docs
-
Install Dependencies
Make sure you have Node.js installed, then run:
npm install
-
Start the Development Server
Start the local server with:
npm run dev
This will run your Astro site in development mode. Open your browser and navigate to
http://localhost:4321
to view your site. -
Build for Production
To build your site for production, run:
npm run build
This command will generate the static files for your site in the
dist
directory.
For inquiries, please reach out on Discord: @thetradchad.
Contributions are welcome! If you'd like to help improve the documentation, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.