Setup

Project Setup Guide

A comprehensive manual on how to set up the RengeDev environment.

Project Setup Guide

Welcome to the RengeDev setup manual. This document outlines the necessary steps to get your development environment up and running.

Prerequisites

  • Node.js (v18+)
  • npm or yarn

Installation

  1. Clone the repository.
  2. Run npm install.
  3. Start the dev server with npm run dev.

Common Issues

If you encounter a 404 error, check your routing in src/pages/.

Published: 2026/3/21