Welcome to the Minecraft server administration knowledgebase designed to provide accurate and meaningful data in one place.
- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are truly appreciated
- Fork the project: Click the gray
Forkbutton in the top right of this page. This creates your copy of the project and saves it as a new repository in your github account - Click on the green
Codebutton, then either the HTTPS or SSH option and, click the icon to copy the URL. Now you have a copy of the project. Thus, you can play around with it locally on your computer. - Run the following commands into a terminal window (Command Prompt, Powershell, Terminal, Git Bash, ZSH):
Do this to download the forked copy of this repository to your computer:
$ git clone https://github.com/setupmd/docs.gitStep into the directory:
$ cd docsInstall the dependencies:
// with npm
$ npm i
// or with yarn
$ yarnRun the local dev environment:
// with npm
$ npm run start
// or with yarn
$ yarn startNow Visit:
http://localhost:3000
- Build the project:
// with npm
$ npm run build
// or with yarn
$ yarn build- Run the server:
// with npm
$ npm run serve
// or with yarn
$ yarn serveThe server is available by default on port 3000.
Thanks a lot for spending your time in helping setup.md grow. Thanks a lot! ❤️
Licensed under MIT.
Don't forget to leave us a star ⭐️