Skip to content

Mugen-Builders/mugen-docs

Repository files navigation

Docusaurus

To run the documentation locally, follow the commands below:

Install all packages

npm i

Build the files

npm run build

Start the server

npm start