I absolutely love open-source projects and knowledge, and I want to share information with everyone to make things easier. If that also sounds like you, please contribute!
The MC Server Guide is a simple Docusaurus site. We're open to contributions from everyone! If you just want to view the website, it's live at https://mcguide.org. Check it out!
For small changes, such as fixing grammatical issues, open a pull request and we'll merge your change. For larger changes, such as adding a guide, please open an issue first to describe what you would like to add or change. If we would like to include it, we'll have you open a pull request to add your feature/guide.
Please test your build locally before contributing:
- Install NodeJS 18 or newer
- Run
npm init docusaurusin a new project directory & install the required package - Name it what you want, then select the second option: Git repository
- Provide it with the repository URL
- Create a deep or shallow clone
CDinto the new website folder- Run
npm installto install packages if necessary - Run
npm startto run the development server
The content on this website is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license. The source code for the website itself, used to display the content, is licensed in part under the MIT license.
Copyright © 2024-2025 MC Server Guide contributors. Some rights reserved.