Welcome to the official documentation repository for Sprouty Dialogs, a graph-based visual dialogue system plugin for the Godot Engine.
Note
This documentation is built using Docusaurus. To understand how the project is structured or how to customize it, refer to the Docusaurus documentation.
-
Node.js: Version 20.0 or higher.
-
Package Manager: While
npmworks, Bun is recommended for this project. You can find the installation instructions here.
Follow these steps to get the project running locally:
- Clone the repository:
git clone https://github.com/SproutyLabs/SproutyDialogsDocs.git- Navigate to the project directory:
cd SproutyDialogsDocs- Install dependencies:
bun i- Launch the documentation: You are now ready to run the site locally!
Start the local development server with the following command:
bun startThis will launch the server and automatically open your browser to http://localhost:3000/SproutyDialogsDocs/. Most changes are reflected live without having to restart the server.
-
/docs: Contains the Markdown files for the documentation. Add or edit content here. -
/static: Stores static assets such as images and multimedia. -
/src: Contains CSS styles, custom components, and the landing page.
For more information, please consult the Docusaurus documentation.