GUI Installation - capstone-hermes/hermes-fullstack GitHub Wiki
⚙️ Installation Guide – Hermes GUI
This guide walks you through the steps required to install and run the Hermes GUI locally.
✅ Prerequisites
Ensure the following are installed on your system:
📥 Installation Steps
- Clone the Repository
git clone https://github.com/yourusername/hermes-fullstack.git
cd hermes-fullstack/gui
- Install Dependencies
npm install
- Run in Development Mode
npm run dev
- Access the GUI
Open your browser and go to:
http://localhost:5173
📦 Build for Production
To create a production-ready build:
npm run build
You can then preview it locally with:
npm run preview