Installation

Installation guide for our application.

Setting up DEVRhylmeDocs is straightforward, with options to clone the repository. DEVRhylmeDocs requires Node.js version 16 or higher for optimal performance.

Clone Repository

To get started, you can clone the DEVRhylmeDocs repository directly from GitHub.

1

Step 1: Clone the DEVRhylmeDocs Repository

Begin by cloning the DEVRhylmeDocs repository from GitHub:

git clone https://github.com/DEVRhylme-Foundation/docs.devrhylme.git    
2

Step 2: Access the Project Directory

After cloning, navigate into the project directory to start setting up:

cd docs.devrhylme
3

Step 3: Install Required Dependencies

Install all necessary project dependencies with npm:

Remember:

To support React 19, package maintainers will need to test and update their packages to include React 19 as a peer dependency. This is already in progress.

npm install
4

Step 4: Launch the Development Server

Finally, start the development server to view the project locally:

npm run dev

With this setup, you’ll have a ready-to-use DEVRhylmeDocs instance to start building your documentation.