-
Notifications
You must be signed in to change notification settings - Fork 0
GUI Installation
swannlagoute edited this page May 25, 2025
·
1 revision
This guide walks you through the steps required to install and run the Hermes GUI locally.
Ensure the following are installed on your system:
- 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
To create a production-ready build:
npm run buildYou can then preview it locally with:
npm run preview