Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 735 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 735 Bytes

MCSS API Documentation

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 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.