This serves our documentation website (https://docs.mineplex.com) for the Studio.
Feel free to contribute any extra information, or add any non-documented features!
-
Clone the repository:
git clone https://github.com/Mineplex-LLC/Studio-PublicDocs cd Studio-PublicDocs
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the project.
-
For Production:
-
Build the app:
npm run build
-
Start the production server:
npm run start
-
Open http://localhost:3000 to view the production build.
-
For support or enquries, please contact [email protected]
and we can help you out!