Documentation
Set up a local development environment for editing the documentation.
The documentation is built using Fumadocs.
If you would like to help improve the documentation, this guide will help you setup a development environement for editing and previewing the documentation.
1. Clone the repository
git clone https://github.com/Shadercloud/rbxts-react-clean-ui.git2. Install dependencies
cd rbxts-react-clean-ui/docs
npm install3. Start the development server
npm run dev4. Open the documentation
Open the following URL in your browser:
http://localhost:30005. Start editing
Documentation pages are located in:
docs/content/docs/Any changes you make will automatically reload in your browser while the development server is running.