Frontend Environment Setup
October 22, 2023 ยท View on GitHub
Before you begin, make sure you've got the necessary tools:
Follow these steps to set up the frontend:
- Navigate to the
frontenddirectory:cd frontend - Install the required packages:
npm install - Start the development server:
npm run dev
Once started, the frontend UI will be accessible at http://localhost:3000.
To set up the Chrome extension for Web Agent, follow these steps:
- Unzip
webot_extension.zipat thefrontenddirectory - Navigate to
chrome://extensions/ - Toggle
Developer mode - Click on
Load unpacked extension - Select the unzipped
builderfolder
The extension named XLang Web Agent will be available on your Chrome now.