A React frontend for the Wazuh Assistant user interface.
-
Environment variables:
cp sample.env .env nano .env # put backend URL set -a source .env
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open the app in your browser:
http://localhost:3000
The app reloads automatically when you make changes.
npm start— run the development servernpm test— run the test suitenpm run build— build the app for production
- This project uses Create React App.
- Make sure the backend services required by the chat and query endpoints are available if you want to use the hub views.