Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 663 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 663 Bytes

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.