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!
To run a local development server, you first need to install the dependencies:
$ npm install
Then you can run the server:
$ npm 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 & Redocusaurus.