Update: This repository is outdated. Please find the project's new home here: https://github.com/novemberlc/mcserverguide.
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!
NCMS Guides 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://guides.ncmsstudios.com. Check it out!
To contribute, please open an issue first. Describe what you would like to add or change. For simple changes, we can probably just make the change, but for larger things, 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
- CD into the new website folder
- Run
npm installto install packages if necessary - Run
npm startto run the development server