Configuration
Local Run & Development
- Prerequisites: Ensure you have Node.js (v18+ recommended) installed.
- Clone the Repo:bash
git clone https://github.com/YUME-0721/YuNest.git cd YuNest - Install Dependencies:bash
npm install - Environment Config:
- Copy
.env.exampleto.env. - VITE_ADMIN_PASSWORD: Set your admin panel password (required, default
123456). - VITE_GITHUB_TOKEN / REPO: Enter the credentials.
- Copy
- Start Dev Server:bash
npm run dev