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
- Clone the repository.
- Run
npm install. - Start the dev server with
npm run dev.
Common Issues
If you encounter a 404 error, check your routing in src/pages/.