React Clean UI

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.git

2. Install dependencies

cd rbxts-react-clean-ui/docs
npm install

3. Start the development server

npm run dev

4. Open the documentation

Open the following URL in your browser:

http://localhost:3000

5. 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.

On this page