- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to:
http://localhost:5173
- Open Chrome and go to:
chrome://extensions/
-
Enable "Developer mode" in the top right corner
-
Click "Load unpacked" and select the
chrome-extensionfolder from this project -
The extension should now be installed and visible in your Chrome extensions
-
Open a new tab to see the custom new tab page with events and forum features
Note: Make sure the development server is running (step 2 above) for the extension to work properly with the main application.