Skip to content

Source files of the official MC Server Soft documentation.

License

Notifications You must be signed in to change notification settings

mcserversoft/documentation

Repository files navigation

This is a community maintained documentation for MCSS. If you see any errors or want to add something, please follow the contribution guide below.

If you have any questions that are not answered here, feel free to join the MCSS Discord and ask them there!

Local Development

To run a local development server, you first need to install the dependencies:

$ npm install

Then you can run the server:

$ npm run start

This command will open a browser window that reloads each time you save, so you can see the changes in real time.

This documentation was built with Docusaurus 2.