Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 936 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 936 Bytes

Studio Documentation

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!

Development

Installation

  1. Clone the repository:

    git clone https://github.com/Mineplex-LLC/Studio-PublicDocs
    cd Studio-PublicDocs
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 in your browser to see the project.

  5. For Production:

    • Build the app:

      npm run build
    • Start the production server:

      npm run start
    • Open http://localhost:3000 to view the production build.

Contact

For support or enquries, please contact [email protected] and we can help you out!