How to get docs running on your local machine for development.
- Clone the repository. If you plan to make changes, create a fork first
git clone https://github.com/PetarMc1/Petar_mcs-Docs
- Install all required dependencies
yarn
- Start the development server
yarn dev
This will start a local development server. The majority of changes will be instantly reflected live without the need to restart the development server or reload the page in your browser.
yarn build
This command builds a production-ready deployment into the build
folder. These files are ready
to be hosted on any static content server.
The documentation (.md
and .mdx
files in the /docs
folder) are licenced under the CC-BY-SA-4.0 licence.
The supporting code is licenced under the BSD-2-Clause licence