Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 577 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 577 Bytes

SvelTab web extension

Developing

To develop with external services you will additionally need to signup for your own API keys and enter them into your .env file. Get started by copying the example provided cp .env.example .env

Once done, use

pnpm -r install
pnpm dev:webext

Building

To build production artifacts use

pnpm -r install
pnpm nx build webextension

Then to generate web extension package based of production artifacts use

pnpm nx build:web-ext:firefox webextension
pnpm nx build:web-ext:chromium webextension