Skip to content

Configuration

Local Run & Development

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