Home

Awesome

Servas Extension

Browser extension for the self-hosted, open source bookmark manager Servas.

Features

Installation

Development

Requirements

// Install dependencies
npm install

// Start watch process
npm run watch

Build for production

// Install dependencies
npm install

// Generate production files
npm run build

The production files are generated in the dist directory.

// Validate the extension source
npm run extension:lint

// Create an extension package
npm run extension:build